diff options
| author | s1nical <[email protected]> | 2019-08-15 22:26:43 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-15 22:26:43 -0700 |
| commit | cbbf483d4bb753df4ebea18905605efe9ccb9bca (patch) | |
| tree | 43df9aae6322569d043e6a7c7615596ef5e94d22 /directory | |
| parent | remvoed directory loader but kept code (diff) | |
| download | s1n.pw-admin-cbbf483d4bb753df4ebea18905605efe9ccb9bca.tar.xz s1n.pw-admin-cbbf483d4bb753df4ebea18905605efe9ccb9bca.zip | |
add wolfenstein 3d to games directory
Diffstat (limited to 'directory')
| -rw-r--r-- | directory/games/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/directory/games/index.html b/directory/games/index.html index 7638b7b..bdf2504 100644 --- a/directory/games/index.html +++ b/directory/games/index.html @@ -74,6 +74,18 @@ <td><a href="/doge/">Doge</a></td> <td align="right">12.9K</td> </tr> + <tr> + <td valign="top"><a href="/wolf3d/"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" alt="[SND]" width="24" height="24"> + <title>Game</title> + + </svg> + </a></td> + <!-- I spent way too long trying to figure out why VSCode wouldn't href to the wolf3d + index.html, turns out, I forgot to change the href next to the <a> text LOL. --> + <td><a href="/wolf3d/">Wolfenstein 3D</a></td> + <td align="right">21.5M</td> + </tr> </div> <!-- Loading Animation --> |