This repository was archived by the owner on Apr 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindextemplate.html
More file actions
93 lines (80 loc) · 3.09 KB
/
Copy pathindextemplate.html
File metadata and controls
93 lines (80 loc) · 3.09 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Play free online games at ColdNova. Discover a variety of games and enjoy endless fun!"
/>
<meta
name="keywords"
content="free online games, ColdNova, gaming, play games"
/>
<meta name="author" content="ColdNova Team" />
<meta name="robots" content="no index, no follow">
<title>ColdNova - Free Online Games - Play Now!</title>
<link rel="preload" href="/assets/css/style.css" as="style" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="icon" type="image/png" href="/assets/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="ColdNova" />
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-B347C2H08H"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-B347C2H08H");
</script>
</head>
<body>
<div id="jonwgjoigwr">
<h2 class="hidtext">ColdNova</h2>
<h2 class="hidtext">Freeznova</h2>
<h2 class="hidtext">Crazy games</h2>
<h2 class="hidtext">ColdNova Games</h2>
<h2 class="hidtext">Freeznova Games</h2>
</div>
<nav>
<a href="/">
<img src="/logo.png" alt="logo" class="navlogo" />
</a>
<div class="navlinks">
<a href="/"><img class="logolinks" src="/assets/image/home.png" alt="Home"></a>
<a href="/legal/dmca.html"><img class="logolinks" src="/assets/image/contract.png" alt="DMCA"></a>
</div>
</nav>
<main>
<div class="HotGames">
<h3 class="list-title">🔥Hot Games🔥</h3>
<div class="Boxes" id="Boxes"></div>
</div>
<h3 class="list-title">You may like</h3>
<div class="game-container">
<div class="game-select" id="gameid"></div>
</div>
</main>
<footer>
<div class="footerdescription">
<img src="/logo.png" alt="logo" class="footerlogo" />
<span>ColdNova</span>
</div>
<h3 class="other-links-title">Other Links</h3>
<div class="otherlinks">
<a href="https://evaluating.tools/" target="_blank" rel="follow noopener noreferrer">Evaluating tools</a>
<a href="https://wordpuzzles.netlify.app/" target="_blank" rel="follow noopener noreferrer">Word Puzzles</a>
<a href="https://blockblastgenerator.com/" target="_blank" rel="follow noopener noreferrer">Block Blast Generator</a>
</div>
</footer>
<script src="/assets/js/script.js" async></script>
</body>
</html>