service/games/javascript.html
soafen e364b9143f wiinet is ready™️
hopefully, after over a year of development, it will have been worth the wait
2022-09-09 23:24:33 +02:00

24 lines
780 B
HTML

<!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>