diff options
| author | s1n <[email protected]> | 2019-11-04 17:03:07 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-04 17:03:07 -0800 |
| commit | 936642722f68733f62a74cd1edecf6e9dab118d5 (patch) | |
| tree | ac7c8885891d736db56b07a7e8ede0cbea366ce1 | |
| parent | favicon links (diff) | |
| download | s1n.pw-admin-936642722f68733f62a74cd1edecf6e9dab118d5.tar.xz s1n.pw-admin-936642722f68733f62a74cd1edecf6e9dab118d5.zip | |
rem
| -rw-r--r-- | aes/index.html | 2 | ||||
| -rw-r--r-- | ip-detection/index.html | 2 | ||||
| -rw-r--r-- | keycodes/index.html | 2 | ||||
| -rw-r--r-- | konami/index.html | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/aes/index.html b/aes/index.html index 9bc6d26..1cd6ba2 100644 --- a/aes/index.html +++ b/aes/index.html @@ -12,8 +12,6 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <!-- CSS Links --> - <!-- Why am I so dumb, I just found out why the css wasn't working on the 404 with a trailing slash on Stack Overflow, lol, then I - went through ALL of the files checking if I had any more "./" instead of absolute path and turns out this is the only file I didn't go through...--> <link rel="stylesheet" href="/about/css/main.css"> <link rel="stylesheet" href="/about/css/navigation-bar.css"> <link rel="stylesheet" href="/about/css/loader-animation.css"> diff --git a/ip-detection/index.html b/ip-detection/index.html index 7942bc3..1bab944 100644 --- a/ip-detection/index.html +++ b/ip-detection/index.html @@ -12,8 +12,6 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <!-- CSS Links --> - <!-- Why am I so dumb, I just found out why the css wasn't working on the 404 with a trailing slash on Stack Overflow, lol, then I - went through ALL of the files checking if I had any more "./" instead of absolute path and turns out this is the only file I didn't go through...--> <link rel="stylesheet" href="/about/css/main.css"> <link rel="stylesheet" href="/about/css/navigation-bar.css"> <link rel="stylesheet" href="/about/css/loader-animation.css"> diff --git a/keycodes/index.html b/keycodes/index.html index d680fa4..21e6ab8 100644 --- a/keycodes/index.html +++ b/keycodes/index.html @@ -12,8 +12,6 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <!-- CSS Links --> - <!-- Why am I so dumb, I just found out why the css wasn't working on the 404 with a trailing slash on Stack Overflow, lol, then I - went through ALL of the files checking if I had any more "./" instead of absolute path and turns out this is the only file I didn't go through...--> <link rel="stylesheet" href="/about/css/main.css"> <link rel="stylesheet" href="/about/css/navigation-bar.css"> <link rel="stylesheet" href="/about/css/loader-animation.css"> diff --git a/konami/index.html b/konami/index.html index 5179189..62684cf 100644 --- a/konami/index.html +++ b/konami/index.html @@ -11,8 +11,6 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <!-- CSS Links --> - <!-- Why am I so dumb, I just found out why the css wasn't working on the 404 with a trailing slash on Stack Overflow, lol, then I - went through ALL of the files checking if I had any more "./" instead of absolute path and turns out this is the only file I didn't go through...--> <link rel="stylesheet" href="/about/css/main.css"> <link rel="stylesheet" href="/about/css/navigation-bar.css"> <link rel="stylesheet" href="/about/css/loader-animation.css"> |