blob: 1bdccde8dc57bcb26eced97e92fae0b2121e46b3 (
plain)
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
|
<!doctype html>
<html>
<head>
<title>ProteanOS Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css"
href="/branding/styles/main.css">
<link rel="icon" type="image/png"
href="/branding/images/favicon.png">
<link rel="shortcut icon" type="image/png"
href="/branding/images/favicon.png">
</head>
<body>
<a href="#body" class="skip">Skip to body</a>
<nav>
<a href="http://www.proteanos.com/" class="logo">
ProteanOS
</a>
</nav>
<div class="main">
<div class="body" id="body">
<header class="title">
ProteanOS Test Page
</header>
<h1>It works!</h1>
<p>This is the default Web page for this server.</p>
<p>The HTTP daemon is running.</p>
</div>
<div class="clear"></div>
</div>
<footer>
<div>
<p class="copyright">
Copyright © 2012–2014
Patrick “P. J.” M<span class="super">c</span>Dermott
</p>
</div>
</footer>
</body>
</html>
|