diff options
| author | s1nical <[email protected]> | 2019-08-11 01:15:32 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-11 01:15:32 -0700 |
| commit | 3275bc90c995568b7be72c10a2795b808ac6c92b (patch) | |
| tree | baa779da650e2063b99f251cee8680ab2b441132 /404/alternate | |
| parent | fixed favicon issue (diff) | |
| download | s1n.pw-admin-3275bc90c995568b7be72c10a2795b808ac6c92b.tar.xz s1n.pw-admin-3275bc90c995568b7be72c10a2795b808ac6c92b.zip | |
replace "./" with absolute paths, added mobile redirects, added path reference
Diffstat (limited to '404/alternate')
| -rw-r--r-- | 404/alternate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/404/alternate/index.html b/404/alternate/index.html index 24325d7..a1435ed 100644 --- a/404/alternate/index.html +++ b/404/alternate/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - Hidden 404</title> - <link rel="stylesheet" href="./css/main.css"> + <link rel="stylesheet" href="/404/css/main.css"> </head> <body> <div class="flexbox"> |