2022-04-19 21:44:33 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-04-19 22:20:17 +00:00
|
|
|
<title></title>
|
|
|
|
<script src='perlin.js'></script>
|
2022-04-19 21:44:33 +00:00
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-04-20 00:40:10 +00:00
|
|
|
<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>
|