-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.02 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.02 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="shortcut icon" href="/img/ship.png" />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
<title>RazorLove Services</title>
</head>
<body>
<header>
<h1>RazorLove</h1>
<nav id="home">
<ul>
<li><a href="/">RazorLove</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/currencies.html">Currencies</a></li>
<li><a href="/legacy.html">Legacy</a></li>
<li><a href="#downloads">Downloads</a></li>
<li><a href="https://github.com/RazorLove">GitHub</a></li>
<li><a href="irc://irc.freenode.net/RazorLove">IRC</a></li>
</ul>
</nav>
</header>
<br/>
<div class="container">
<div>
<h2>UNDER CONSTRUCTION</h3>
</div>
</div>
</body>
</html>