forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path10.html
More file actions
36 lines (31 loc) · 1.07 KB
/
10.html
File metadata and controls
36 lines (31 loc) · 1.07 KB
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
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<base href="https://cdn.jsdelivr.net/gh/genizy/google-class/temple-run-2/">
<title>Temple Run 2</title>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/genizy/google-class/temple-run-2/global.css" />
<link rel="manifest" href="https://cdn.jsdelivr.net/gh/genizy/google-class/temple-run-2/appmanifest.json">
<link rel="icon" href="https://cdn.jsdelivr.net/gh/genizy/google-class/temple-run-2/img/og-icon.png">
<style>
html,
body {
overflow: hidden;
width: 100%;
height: 100%;
min-height: 100%;
max-height: 100%;
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
-webkit-text-size-adjust: none;
touch-action: pan-x pan-y;
}
</style>
<script defer src="https://cdn.jsdelivr.net/gh/genizy/google-class/temple-run-2/bundle.js"></script>
</head>
<body></body>
</html>