forked from hsingh23/SilverDav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.04 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.04 KB
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
<!DOCTYPE HTML>
<!--html manifest="canvas.appcache"-->
<html lang="en">
<head>
<title>SilverDav</title>
<!-- metadata for safari mobile web app -->
<meta 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-translucent" />
<link rel="apple-touch-icon" href="icon.png"/>
<link rel="apple-touch-startup-image" href="start.png"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<!-- include the api -->
<!--script src="sample/content-manifest.js" type="text/javascript"></script-->
<!--script src="sample/maps.js" type="text/javascript"></script-->
<script src="api/canvas-api.js" type="text/javascript"></script>
<script src="js/game.js" type="text/javascript"></script>
</head>
<body onload="main('myCanvas', 'content/manifest.json');">
<!--div>a</div-->
<canvas id="myCanvas">html5 support is required to view this page.</canvas>
</body>
</html>