-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (30 loc) · 809 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>mo · js</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<style>
body, html {
height: 100%;
}
/*div {
outline: 1px solid red;
}*/
.el {
background: cyan;
position: absolute;
top: 50%;
}
</style>
<div class="el" id="js-el"></div>
<script src="vendor/lodash.min.js"></script>
<script src="vendor/platform.js"></script>
<script src="vendor/benchmark.js"></script>
<!-- <script src="node_modules/mojs-player/build/mojs-player.js"></script> -->
<!-- <script src="http://cdn.jsdelivr.net/mojs/latest/mo.min.js"></script> -->
<script src="build/mo.js"></script>
</body>
</html>