i think fixed
This commit is contained in:
+5
-17
@@ -6,10 +6,10 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
|
||||
|
||||
<meta name="theme-color" content="#6aaa64" />
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="shortcut icon" href="img/logo_32x32.png" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="img/logo_192x192.png" />
|
||||
<link rel="stylesheet" href="global.css">
|
||||
<link rel="manifest" href="/WebGames-master/WebGames-master/games/wordle/wordle-main.zip_unzipped/wordle-main/public/manifest.json">
|
||||
<link rel="shortcut icon" href="/WebGames-master/WebGames-master/games/wordle/wordle-main.zip_unzipped/wordle-main/public/img/logo_32x32.png" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="/WebGames-master/WebGames-master/games/wordle/wordle-main.zip_unzipped/wordle-main/public/img/logo_192x192.png" />
|
||||
<link rel="stylesheet" href="/WebGames-master/WebGames-master/games/wordle/wordle-main.zip_unzipped/wordle-main/public/global.css">
|
||||
|
||||
<meta name="author" content="MikhaD">
|
||||
<meta name="description"
|
||||
@@ -27,20 +27,8 @@
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<meta name="google-site-verification" content="nfr4xQiyHWYkamHQq6M7E9kXoXp8tmNihRU0c5yXjlw" />
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RHN319RJ6V"></script>
|
||||
<script>
|
||||
if (document.location.origin === "https://mikhad.github.io") {
|
||||
// Google Analytics
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-RHN319RJ6V');
|
||||
|
||||
// PWA Service worker
|
||||
if ("serviceWorker" in navigator) navigator.serviceWorker.register("./sw.js");
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
<script type="module" src="/WebGames-master/WebGames-master/games/wordle/wordle-main.zip_unzipped/wordle-main/src/main.ts"></script>
|
||||
<!-- changed to something more suited to being the title of a tab in App.svelte. This title is for SEO -->
|
||||
<title>Infinite wordle - Play unlimited wordles | Wordle+</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user