MultiplayerMinesweeper/index.html

24 lines
459 B
HTML
Raw Normal View History

2022-04-19 21:44:33 +00:00
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src='perlin.js'></script>
2022-04-19 21:44:33 +00:00
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Uber Secret Project</h1>
<div class="container">
<div class="wrapper">
<canvas id="canvas" width=0 height=0></canvas>
<div class="right">
<p>Info</p><br>
<p id="cash">$0</p>
</div>
</div>
</div>
</div>
2022-04-19 21:44:33 +00:00
</body>
<script src="script.js"></script>
</html>