SplaatKlasky commited on
Commit
7833278
1 Parent(s): dcf1f18

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +22 -18
index.html CHANGED
@@ -1,19 +1,23 @@
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://pacman.cc/favicon.ico"/>
5
+ <meta charset="UTF-8">
6
+ <meta name="robots" content="noindex,nofollow" />
7
+ <title>Abby Hatcher Fuzzly Catcher</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://pacman.ee/wp-content/games/pacman/" 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
+
18
+ gtag('config', 'G-NP2SJRD4RX');
19
+ </script>
20
+
21
+
22
+ </body>
23
+ </html>