jsketcher/web/sandbox.html
2014-08-18 22:50:08 -07:00

23 lines
No EOL
507 B
HTML

<html>
<head>
<title>Sandbox</title>
<style>
body {
font-family: Monospace;
margin: 0px;
overflow: hidden;
}
</style>
<script src="lib/three/three.min.js"></script>
<script src="lib/three/TrackballControls.js"></script>
<script src="lib/three/OrbitControls.js"></script>
<script src="lib/dat.gui.min.js"></script>
<script src="app/sandbox.js"></script>
<script>window.onload = init;</script>
</head>
<body>
</body>
</html>