-
Notifications
You must be signed in to change notification settings - Fork 0
/
index22.html
32 lines (32 loc) · 1.8 KB
/
index22.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
<!doctype html>
<html lang='en'>
<head>
<meta charset="UTF-8">
<title>aa_Js demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1,viewport-fit=cover, user-scalable=no" />
<meta http-equiv='cache-control' content='no-cache, must-revalidate, post-check=0, pre-check=0' >
<meta http-equiv='cache-control' content='max-age=0'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='expires' content='Tue, 01 Jan 1980 1:00:00 GMT'>
<meta http-equiv='pragma' content='no-cache'>
<style type="text/css">
* { margin:0; padding:0; border:none; background:none; overflow:hidden; outline:0; width:100%; height:100%; }
html { margin:0; padding:0; border:none; background:none; overflow:hidden; position:fixed; top:0px; left:0px; width:100%; height:100%; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
body { margin:0; padding:0; border:none; background:none; overflow:hidden; position:fixed; top:0px; left:0px; width:100%; height:100%; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
canvas { overflow:hidden; border:none; background:none; }
video { overflow:hidden; }
:root { --sat: env(safe-area-inset-top); --sar: env(safe-area-inset-right); --sab: env(safe-area-inset-bottom); --sal: env(safe-area-inset-left);}
</style>
</head>
<body id="bodid"></body>
<script>
document.open();
document.write("<script type='text/javascript' src='https://xdosh.com/aajs.js?"+Math.floor((Math.random()*10000)+1)+"'><\/script>");
document.close();
</script>
<script>
document.open();
document.write("<script type='text/javascript' src='aa_js_demo.js?"+Math.floor((Math.random()*10000)+1)+"'><\/script>");
document.close();
</script>
</html>