bolt-engine/demos/fireworks/index.html

13 lines
276 B
HTML
Raw Normal View History

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