diff options
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 --> |