-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
33 lines (27 loc) · 1.28 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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover,shrink-to-fit=yes" />
<meta name="application-name" content="Sdlpal" />
<meta name="apple-mobile-web-app-title" content="Sdlpal" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="icon" type="image/x-icon"
href="https://registry.npmmirror.com/evans-sdlpal-source/1.0.0/files/lib/icon.png">
<title>SDLPal</title>
</head>
<body>
<div id="app"></div>
<!--<canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas>-->
<script type="text/javascript"
src="https://registry.npmmirror.com/evans-sdlpal-source/1.0.0/files/lib/jszip.min.js"></script>
<script type="text/javascript"
src="/adapter.js"></script>
<script type="text/javascript"
src="https://registry.npmmirror.com/evans-sdlpal-source/1.0.0/files/lib/sdlpal.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>