-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 2.11 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
<!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="Welcome to Derex SMP, our Minecraft Survival Multiplayer server. Find the server rules and the banlist here.">
<meta property="og:title" content="Derex SMP - Minecraft Survival Multiplayer Server">
<meta property="og:description" content="Welcome to Derex SMP, our Minecraft Survival Multiplayer server. Find the server rules and the banlist here.">
<meta property="og:image" content="https://raw.githubusercontent.com/DereC4/derecearthmod/master/images/croppedchen.ico">
<meta property="og:url" content="https://www.yoursite.com">
<meta name="keywords" content="Minecraft, SMP, Survival Multiplayer, Derex SMP, Minecraft Server, Server Rules, Banlist, Hacked Client, Hacks">
<title>derex smp</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/DereC4/derecearthmod/master/images/croppedchen.ico" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<meta name="google-site-verification" content="TVdk7IZ7cjjMAKVOOkL9i46fqmXSBg_S2OAqTnIwPQU" />
</head>
<body>
<header class="w3-container w3-center w3-padding-32">
<h1>Welcome to the main page for Derex SMP</h1>
<p>Discover the server rules and more for our Minecraft Survival Multiplayer server below:</p>
</header>
<main class="somethingidk w3-display-container w3-animate-opacity w3-text-white">
<section class="container">
<div class="content">
<hr class="w3-border-black" style="margin:auto;width:100%">
<nav class="links">
<div class="link-item">
<h2><a href="serverrules.html">Rules</a></h2>
</div>
<div class="link-item">
<h2><a href="notbanlist.html">Wall of Shame</a></h2>
</div>
</nav>
</div>
</section>
</main>
</body>
</html>