-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
73 lines (67 loc) · 2.59 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
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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8105297488819955"
crossorigin="anonymous"></script>
<title>Cloudy Games</title>
<link rel="stylesheet" href="style.css" />
<link
rel="icon"
href="MainLogo2.png"
/>
<script src="script.js" defer></script>
<meta property="og:title" content="Cloudy Games" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://minecraftermc.github.io" />
<meta property="og:image" content="http://minecraftermc.github.io/MainLogo2.png" />
<meta property="og:description" content="A website with every game made by Cloudy Games" />
<meta name="theme-color" content="#03eaff">
<!-- Include this to make the og:image larger -->
<meta name="twitter:card" content="summary_large_image">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T8EQ2L28MY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-T8EQ2L28MY');
</script>
<body>
<h1>
<a href="index.html">
<img
src="MainLogo2.png"
alt="logo"
width="370"
id="logo"
class="cover"
style="border:0px;"
/>
</a>
</h1>
<ul id="nav">
<center>
<a href="index.html"><li><span>Main Page</span></li></a>
<a href="games.html"><li><span>Games</span></li></a>
<a href="tools.html"><li><span>Tools</span></li></a>
<a href="news.html"><li><span>News</span></li></a>
<a href="upcoming.html"><li><span>Upcoming</span></li></a>
</center>
</ul>
<br>
<div id="kontener">
<!--bajojajo-->
<!-- nowości -->
<div id="projects">
<h2>Cloudy Games</h2>
<center>
<h2>This is a website with every project made by Cloudy Games:<br><br><a href="games.html">GAMES</a> <a href="tools.html">TOOLS</a><br><br><br>Our team:<br><a href="members/minecraftermc.html">MinecrafterMc</a><br><a href="members/krysoer.html">Krysoer</a><br><a href="members/kemit.html">Kemit</a><br> <br><a href="https://discord.gg/7UXnnjEntB">Our english discord server</a><br><a href="https://discord.com/invite/YSu6saSmke">Our polish discord server</a></h2>
</center>
</div>
</div>
</body>
</html>