diff options
| author | s1nical <[email protected]> | 2019-08-16 05:58:53 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-16 05:58:53 -0700 |
| commit | bec4e31ea85e53445d29490824fb61035cccfe75 (patch) | |
| tree | 5d35f61da07ec0b2ac9d17fd50b301f8fdc5699e /404.html | |
| parent | add wolfenstein 3d to games directory (diff) | |
| download | s1n.pw-admin-bec4e31ea85e53445d29490824fb61035cccfe75.tar.xz s1n.pw-admin-bec4e31ea85e53445d29490824fb61035cccfe75.zip | |
various removals, fixes, changes
- remove license, readme
- update humans
- resources > doc
- todo.todo > spike/todo.todo
- mobile excludes for space invaders and wolf3d
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - 404</title> <link rel="stylesheet" href="/404/css/main.css"> - <!-- Why am I so dumb, I just found why the css wasn't working on the 404 with a trailing slash on Stack Overflow, lol, then I - went through, 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...--> + <!-- 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...--> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> </head> <body> |