-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (20 loc) · 797 Bytes
/
index.html
File metadata and controls
36 lines (20 loc) · 797 Bytes
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
<!DOCTYPE HTML>
<html lang="en">
<meta http-equiv='cache-control' content='no-cache'>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<canvas id="canvas" >
Your browser does not support the HTML5 canvas tag.
</canvas>
<!-- <script src="http://jsconsole.com/remote.js?FAE031CD-74A0-46D3-AE36-757DFJHJASONTOWENS101~F"></script> -->
<script type='text/javascript' src='script.js'></script>
<div style="font-family: AG Book Rounded;">.</div>
</body>
</html>