-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 983 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Three</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta id="viewport" name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,
user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta content="telephone=no" name="format-detection" />
<link rel="stylesheet" href="build/css/pure-min.css">
<link rel="stylesheet" href="build/css/three.css">
</head>
<body>
<section id="wrapper" class="wrapper">
<p id="result"></p>
<p id="history"></p>
<p id="start"><a href="javascript: void(0)">Tap to Start</a></p>
<canvas id="canvas">
<p>Your browser do not support canvas!</p>
</canvas>
</section>
<script src="build/js/bundle.min.js"></script>
</body>
</html>