eightball/index.html

14 lines
419 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Criminally Cute Eight Ball</title>
<link rel="stylesheet" href="./style.css">
</head>
<p>Ask your question and then press and hold to shake.</p>
<body>
<canvas id="canvas" height="300" width="300"></canvas>
<script type="text/javascript" src="./eightball.js"></script>
<footer>This is a dumb work-in-progress project by Siina.</footer>
</body>
</html>