initial commit
This commit is contained in:
13
demos/fireworks/index.html
Normal file
13
demos/fireworks/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!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>
|
Reference in New Issue
Block a user