-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlmr.html
29 lines (27 loc) · 1.34 KB
/
lmr.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
<html>
<head>
<title>Linux Masterrace</title>
<link rel="icon" href="./files/lmr.png" type="image/icon type">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="navbar">
<a href="./index.html" class="toplef mono">.home();</a>
<a href="./social.html" class="toplef mono">.social();</a>
<a href="./contact.html" class="toplef mono">.contact();</a>
<a href="./projects.html" class="toplef mono">.projects();</a>
<a href="./worldofwar.html" class="toplef mono">World_of_War</a>
<a href="./ethernalmc.html" class="toplef mono">EthernalMC</a>
<a href="./nikostools.html" class="toplef mono">Nikos_Tools</a>
<a href="./ethernalos.html" class="toplef mono">EthernalOS</a>
<a href="./lmr.html" class="active mono">Linux_Masterrace</a>
<a href="./ethcloud.html" class="toplef mono">$ login EthCloud</a>
</div>
<h1 class="center bold mono pinkaccent">Linux Masterrace</h1>
<h2 class="center bold mono pinkaccent">OUR STUFF:</h2>
<p class="center mono">
<a href="https://wiki.archlinux.org" class="center mono">· read THIS fucking manual</a>
</p>
</body>
</html>