diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-25 12:33:51 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-25 12:33:51 (EDT) |
commit | ba7eb29f3c708f902401688f4ab373dd43e4e556 (patch) | |
tree | d7c75b2c05d0cf07485221266480bc59250f33d6 /src/www | |
parent | e162aef75e37eee42eb8689b3b432210cedc7198 (diff) |
Add source files.
Diffstat (limited to 'src/www')
-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> |