mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-17 13:32:53 +00:00
remove js
This commit is contained in:
parent
bafb7d353d
commit
435c606927
1 changed files with 0 additions and 22 deletions
22
index.html
22
index.html
|
|
@ -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>
|
|
||||||
Loading…
Add table
Reference in a new issue