blob: bdb7ee7d470924df0aef496813790980780a89db (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About</title>
<link href="https://www.favicon.cc/favicon/130/914/favicon.png" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="/cs2-simple-website/home/css/main.css">
</head>
<body>
<script src="/cs2-simple-website/about/js/main.js"></script>
<div class="nav">
<nav class="bar">
<a href="/cs2-simple-website/home/">Home</a>
<a href="#">About</a>
<a href="https://s1n.pw/">S1N</a>
</nav>
</div>
<center>
<p>Proof of concept. Not setup :/</p>
</center>
</body>
</html>
|