diff options
Diffstat (limited to 'src/www/index.html')
-rw-r--r-- | src/www/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/www/index.html b/src/www/index.html new file mode 100644 index 0000000..1bdccde --- /dev/null +++ b/src/www/index.html @@ -0,0 +1,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> |