service/games/14/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

20 lines
No EOL
797 B
HTML

<html>
<head>
<script type="text/javascript" src="main.js"></script>
<style type="text/css">
html, body {
text-align: center;
background-color: #BA00FF;
color: white;
background-image: url('../../img/gradient.png');
background-position: top;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<a href="../index.html"><img src="../../img/GamesLogo.png" style="width:150px;height:50px;"></a>
<div id="ball" style="margin:auto;background:url(ball.png);width:317px;height:317px;" onclick="roll()"><span id="answer" style="font-size: 20px; position: relative; opacity: 0; top: 135px; color: rgb(11, 255, 82);">My sources<br>say no</span></div>
Ask a question... Press <strong>A</strong> on the ball<br>It will reveal the answers...
</body>
</html>