service/games/index.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

10 lines
812 B
HTML

<head>
<link rel="stylesheet" href="../css/games.css">
</head>
<body>
<a href="../"><img style="padding:5px;" src="../img/HomeLogo.png" width="150px"/></a><span style="position:absolute;right:5px;top:20px;"><a href="#">GAMES</a> - <a href="../videos">VIDEOS</a> - <a href="../media">MEDIA</a> - <a href="../utilities">UTILITIES</a> - <a href="../others">OTHERS</a></span>
<div style="text-align:center;padding-top:100px;">
What type of game would you like to play?<br><br>
<button onclick="document.location='usbkeyboard.html'">USB Keyboard</button> <button onclick="document.location='madeforwii.html'">Made for Wii</button><br>
<button onclick="document.location='pc.html'">PC Games</button> <button onclick="document.location='javascript.html'">Javascript Games</button><br>
</div>