-
Notifications
You must be signed in to change notification settings - Fork 0
/
mc.html
44 lines (44 loc) · 1.38 KB
/
mc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./misc/img/icon.png">
<link rel="stylesheet" href="./styles/index.css">
<script src="./js/index.js"></script>
<title>The Rat</title>
</head>
<body>
<nav>
<a href="https://brattishrat384.xyz/index.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
Home
</a>
<a href="https://brattishrat384.xyz/about.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
About
</a>
<a href="https://brattishrat384.xyz/social.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
Social
</a>
<a href="https://brattishrat384.xyz/portfolio.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
Portfolio
</a>
<a href="https://brattishrat384.xyz/Linuxthing.html" target="_blank" rel="noreferrer noopener" aria-label="Rats links">
Linux thing
</a>
<div class="nav__content">
<span>BrattishRat384</span>
</div>
</nav>
<header>
<h1>The MC Site.</h1>
</header>
<main>
<p>This is just a place holder website.</p>
<p>The domain is mc.brattishrat384.xyz</p>
</main>
<footer>
<p>Work In Progress.</p>
© Callum Long; 2024
</footer>
</body>
</html>