unibutton/index.html
2024-09-27 21:42:21 -04:00

24 lines
No EOL
494 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='index.css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section id='main'>
<h1>UniButton</h1>
<div>
<canvas id='canvas'></canvas>
<div class='message' style='display: none;'><span>You died in the Void...</span></div>
</div>
<div class='ui-text'>
placeholder
</div>
</section>
<script src='js/player.js'></script>
<script src='js/index.js'></script>
</body>
</html>