blob: b5140bd5d674d9da1d2c4ec35ba7c887f1dc198e (
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>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="stylesheet" type="text/css" href="/about.css">
<title>ARFNET</title>
</head>
<body>
<header>
<img src="/arfnet_logo.png" width="64">
<span class="title"><strong>ARFNET</strong></span>
</header>
<hr>
<a class="home" href="/">Home</a><br>
<center>
<h1>404 Not Found xd</h1>
</center>
<hr>
<center>
sorry mate<br>
<img width="300px" src="/furry.jpg">
</center>
</body>
</html>
|