remove js

This commit is contained in:
RandomityGuy 2021-05-28 22:45:05 +05:30
parent bafb7d353d
commit 435c606927

View file

@ -1,22 +0,0 @@
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8"/>
<title>Hello Heaps</title>
<style>
body {
margin: 0;
padding: 0;
background-color: black;
}
canvas#webgl {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<canvas id="webgl"></canvas>
<script type="text/javascript" src="marblegame.js"></script>
</body>
</html>