-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 955 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 955 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
<html>
<head>
<script type='text/onejs' id='packaged'></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name='apple-mobile-web-app-status-bar-style' content='white-translucent'>
<meta name="format-detection" content="telephone=no">
<title> ONEJS</title>
<style> body {height:100%;overflow:hidden;margin:0;-webkit-overflow-scrolling: none;background-color:#000;}</style>
<script src='one_base.js'></script>
<script src='one_parser.js'></script>
<script src='one_genjs.js'></script>
<script src='one_ast.js'></script>
<script src='one_web.js'></script>
<script>
window.onload = function(){
document.ontouchmove = function(e){
e.preventDefault()
}
}
</script>
</head>
<body>
</body>
</html>