-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
65 lines (58 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/png" href="assets/cursedcreations.png">
<title>Cursed Creations | Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta property="og:title" content="Cursed Creations">
<meta property="og:url" content="https://cursedcreationsteam.github.io">
<meta property="og:type" content="website">
<meta property="og:description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta property="og:image" content="assets/cursedcreations.png">
<meta property="twitter:card" content="summary">
<meta property="twitter:domain" content="cursedcreationsteam.github.io">
<meta property="twitter:url" content="https://cursedcreationsteam.github.io">
<meta name="twitter:description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta name="twitter:image" content="/cursedcreations.png">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/misc.css">
<link rel="stylesheet" href="css/mobile.css">
</head>
<body>
<div style="display: contents">
<header class="headitem">
<nav class="headitem">
<a class="brand headitem" href="/">Cursed Creations</a>
<div tabindex="0" id="menuicon">
<div id="openmenu" class="menuicon" >
<md-outlined-icon-button aria-label="Toggle navigation" class="headitem">
<div class="menuicon1" onclick="openmenu()">
<md-icon class="headitem"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" class="headitem">
<path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" class="headitem"></path></svg></md-icon></md-outlined-icon-button>
</div>
<div id="closemenu" class="menuicon1" onclick="closemenu()">
<md-icon class="headitem"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" class="headitem">
<path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" class="headitem"></path></svg></md-icon></md-outlined-icon-button>
</div>
</div>
</div>
<div id="mobilemenu">
<ul id="menucontents" class="links headitem">
<li class="headitem"><a href="/" class="headitem">Home</a></li>
<li class="headitem"><a href="/downloads" class="headitem">Mods</a></li>
<li class="headitem"><a href="wiki" class="headitem">Wiki</a></li>
</ul>
</nav>
</header>
</div>
<main class="headitem">
<p class="centeredtext">Hello, you're probably looking for this: <a href="/downloads">new archive</a></p>
</main>
</div>
</body>
<script src="js/script.js"></script>
</html>