forked from yjen/wow_and_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1.86 KB
/
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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:300,400' rel='stylesheet' type='text/css'>
</head>
<body>
<canvas id="viewport1" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport2" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport3" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport4" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport5" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport6" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport7" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport8" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="viewport9" width='500' height='500'
style="position: fixed; top: 5000px; left: 5000px; right: 700px; bottom: 700px"></canvas>
<canvas id="canvas" resize></canvas>
</body>
<script type="text/javascript"></script>
<script type="text/javascript" src="js/jquery-2.1.3.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript">
yimmy.init([]);
yimmy.start();
</script>
</html>