forked from Namaneo/Junie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (23 loc) · 1021 Bytes
/
index.html
File metadata and controls
29 lines (23 loc) · 1021 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
<!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.0, maximum-scale=1.0, user-scalable=0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<script type="text/javascript" src="/matoya.js"></script>
<script type="text/javascript" src="/database.js"></script>
<script type="text/javascript" src="/logging.js"></script>
<script type="text/javascript" src="/events.js"></script>
<script type="text/javascript" src="/emulators.js"></script>
<script type="text/javascript" src="/frontend.js"></script>
<script type="text/javascript">
//Disable keyboard for iframe compatibility
//TODO: this must be enabled in the future, but Chrome is complaining
navigator.keyboard = false;
</script>
</body>
</html>