-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/src/img/icon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/src/home/style.css">
<title>MCMD - Home</title>
<script src="/src/imports/html_watermark.js" defer id="watermark-script"></script>
<script src="/src/header/nav.js" defer></script>
<script src="/src/home/script.js" defer></script>
<script src="/src/imports/error.js" defer></script>
</head>
<body>
<header id="navbar"></header>
<section class="banner_storage">
<img src="/src/img/logo_laudaya_bloods.png" draggable="false" height="1" width="1" alt="MCMD Logo">
<h1>MCMD</h1> <!-- For google's algorithm and if img fails to load -->
<p>"The ultimate solution to all your Minecraft Command problems"</p>
</section>
<section class="command_help">
</section>
</body>
</html>