diff options
| author | s1n <[email protected]> | 2019-10-22 14:08:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-22 14:08:24 -0700 |
| commit | ba648aefd9771e21044636be9070f0606d46d781 (patch) | |
| tree | 60a2431d453a4019a86058f504c7b0101a8799b1 | |
| parent | add halloween blender redirect (diff) | |
| download | s1n.pw-admin-ba648aefd9771e21044636be9070f0606d46d781.tar.xz s1n.pw-admin-ba648aefd9771e21044636be9070f0606d46d781.zip | |
remove backslash
| -rw-r--r-- | directory/demos/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/directory/demos/index.html b/directory/demos/index.html index db8ac30..7d2fdbb 100644 --- a/directory/demos/index.html +++ b/directory/demos/index.html @@ -5,7 +5,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 - /Tools</title> + <title>s1nical - Tools</title> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <link rel="stylesheet" href="/directory/css/main.css"> </head> @@ -106,4 +106,4 @@ --> </body> -</html>
\ No newline at end of file +</html> |