14 lines
328 B
HTML
Raw Normal View History

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