Initial checkin with 3d part complete
This commit is contained in:
16
web-manifest/index.html
Normal file
16
web-manifest/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hello Heaps Aldercone Studio Collective</title>
|
||||
<style>
|
||||
body { margin:0;padding:0;background-color:black; }
|
||||
canvas#webgl { width:90%;height:90%; border: 1px solid white; margin-left: 5%; margin-right: 5%;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="webgl"></canvas>
|
||||
<script src="hello.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user