2022-04-20 04:32:17 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title></title>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="socket.io.js"></script>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Uber Secret Project</h1>
|
|
|
|
<div class="container">
|
2022-04-20 18:53:36 +00:00
|
|
|
<canvas class="" id="spritejank" width=24 height=24></canvas>
|
2022-04-20 04:32:17 +00:00
|
|
|
<div class="wrapper">
|
2022-04-20 18:53:36 +00:00
|
|
|
<div class="canvasStack">
|
|
|
|
<canvas class="canvas1" id="canvas" width=0 height=0></canvas>
|
|
|
|
<canvas class="canvas2" id="hud" width="0" height="0"></canvas>
|
2022-04-20 04:32:17 +00:00
|
|
|
</div>
|
2022-04-20 18:53:36 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="right">
|
|
|
|
<p>Info</p><br>
|
|
|
|
<p id="cash">$0</p>
|
2022-04-20 04:32:17 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
<script src='script.js'></script>
|
|
|
|
</html>
|