[WIP] New Demo

This commit is contained in:
Mahdi Dibaiee
2015-01-28 19:26:03 +03:30
parent 5af08e5cd7
commit fc7d76637d
13 changed files with 289 additions and 35 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bolt | Mouse Gravitation Demo</title>
</head>
<body style="margin: 0">
<p style="position: absolute;top:5px;left:10px;" id='fps'></p>
<script src='../../build.js'></script>
<script src='lithree.min.js'></script>
<script src='demo.js'></script>
</body>
</html>