diff options
| author | s1n <[email protected]> | 2019-10-22 14:08:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-22 14:08:44 -0700 |
| commit | ffad5a0c36e51ea0b33412f482cd17225dae996c (patch) | |
| tree | a1d9f0288e372243f89f4d109b61ead25f7d50fb /directory | |
| parent | remove backslash (diff) | |
| download | s1n.pw-admin-ffad5a0c36e51ea0b33412f482cd17225dae996c.tar.xz s1n.pw-admin-ffad5a0c36e51ea0b33412f482cd17225dae996c.zip | |
remove backslash
Diffstat (limited to 'directory')
| -rw-r--r-- | directory/games/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/directory/games/index.html b/directory/games/index.html index 333382c..9792d4e 100644 --- a/directory/games/index.html +++ b/directory/games/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>s1nical - /Games</title> + <title>s1nical - Games</title> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <link rel="stylesheet" href="/directory/css/main.css"> <script src="/directory/games/js/main.js"></script> @@ -79,4 +79,4 @@ </div> --> </body> -</html>
\ No newline at end of file +</html> |