hello-heaps/web-manifest/index.html

17 lines
483 B
HTML

<!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>