wiinet is ready™️

hopefully, after over a year of development, it will have been worth the wait
This commit is contained in:
soafen 2022-09-09 23:24:33 +02:00
commit e364b9143f
650 changed files with 53461 additions and 49 deletions

24
games/javascript.html Normal file
View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Javascript Games | WiiNet</title>
<link rel="stylesheet" href="../css/games.css">
</head>
<body>
<a href="../"><img style="padding:5px" src="../img/HomeLogo.png" width="150px"></a>
<br><br><br><br><br><br>
<h2>Javascript Games</h2>
<table>
<tr>
<td><a href="13"><img src="../img/games/13.jpg"></a></td>
<td><a href="14"><img src="../img/games/14.jpg"></a></td>
<td><a href="15"><img src="../img/games/15.jpg"></a></td>
</tr>
<tr>
<th>Dungeon Escape</th>
<th>Magic 8 Ball</th>
<th>DSiMystery</th>
</tr>
</table>
</body>
</html>