-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.69 KB
/
index.html
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
37
38
39
40
41
42
<!DOCTYPE HTML>
<head>
<title>Games</title>
<link rel="shortcut icon" href="img/logo.png" type="image/png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cookistudios.com/cooki.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MLC5DPBF5B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MLC5DPBF5B');
</script>
</head>
<body>
<dialog open id="loading">
<h1 id="loading-message" class="inter-700">Loading<span class='hidden'>.</span><span class='hidden'>.</span><span class='hidden'>.</span></h1>
<noscript id="js-warn" class="inter-400">Please enable javascript to continue</noscript>
</dialog>
<script src="https://cookistudios.com/load.js"></script>
<script src="https://cookistudios.com/navbar.js"></script>
<div class="games-grid">
<div class="games-grid-child inter-400">
<h2>Minigames</h2>
</div>
<div class="games-grid-child inter-400">
Game 1
</div>
<div class="games-grid-child inter-400">
Game 2
</div>
</div>
</body>