SplaatKlasky commited on
Commit
ebba546
·
verified ·
1 Parent(s): 9afa14b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +21 -18
index.html CHANGED
@@ -1,19 +1,22 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
1
  <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <link type="image/ico" rel="icon" href="https://img.itch.zone/aW1nLzY0Mzk1ODMucG5n/315x250%23c/fhJaro.png"/>
5
+ <meta charset="UTF-8">
6
+ <meta name="robots" content="noindex,nofollow" />
7
+ <title>Flappy Bird</title>
8
+ <style>iframe{width: 100vw; height: 100vh;}body{margin:0}</style>
9
+ <body>
10
+ <iframe title="Game Container" id="iframe-lazyload-src" allow="autoplay; fullscreen; picture-in-picture; cross-origin-isolated" src="https://html-classic.itch.zone/html/4902609/WebGLgame/index.html" width="100%" height="100%" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>
11
+
12
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-NP2SJRD4RX"></script>
13
+ <script>
14
+ window.dataLayer = window.dataLayer || [];
15
+ function gtag(){dataLayer.push(arguments);}
16
+ gtag('js', new Date());
17
+ gtag('config', 'G-NP2SJRD4RX');
18
+ </script>
19
+
20
+
21
+ </body>
22
+ </html>