-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 744 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 744 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
<!doctype html>
<html>
<head>
<title>jsRemote</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="jsRemote" />
<meta name="apple-mobile-web-app-status-bar-style" content="#cccccc" />
<link rel="stylesheet" href="./styles/index.css" />
</head>
<body>
<div class="toolbar">
<div class="toolbar-left"></div>
<div class="toggle-mode"></div>
</div>
<div class="screen">
<h1 class="hint">Loading...</h1>
</div>
<script src="jsremote.js"></script>
</body>
</html>