bolt-engine/demos/fireworks/index.html

14 lines
328 B
HTML
Raw Permalink Normal View History

2015-01-22 19:26:00 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2015-01-28 15:56:03 +00:00
<title>Bolt | Fireworks Demo</title>
2015-01-22 19:26:00 +00:00
</head>
<body style="margin: 0">
<p style="position: absolute;top:5px;left:10px;" id='fps'></p>
<script src='../../build.js'></script>
2015-01-24 14:26:37 +00:00
<script src='three.js'></script>
2015-01-22 19:26:00 +00:00
<script src='demo.js'></script>
</body>
</html>