forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path156.html
More file actions
31 lines (22 loc) · 1.18 KB
/
156.html
File metadata and controls
31 lines (22 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<base href="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/harvest-io/">
<title>Harvest.io</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-touch-fullscreen" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="msapplication-tap-highlight" content="no"/>
<meta name="MobileOptimized" content="960"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0, user-scalable=no, minimal-ui"/>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="style/index.css" nonce="3JWQB1QFrwBNejyUjjiYgg"/>
<script src="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/ytgame.js" nonce="3JWQB1QFrwBNejyUjjiYgg"></script>
<script src="game.js" nonce="3JWQB1QFrwBNejyUjjiYgg"></script>
<script nonce="3JWQB1QFrwBNejyUjjiYgg">window.addEventListener("load", () => window.runGame());</script>
</head>
<body>
<div id="game"></div>
</body>
</html>