aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-07 18:15:53 -0500
committerMatt Rude <[email protected]>2011-05-07 18:15:53 -0500
commita790de8fa14fec55cc8d36b5eae872e530ad985e (patch)
tree12a16e158081af8aacc50b471b5dd84ef5cc661e /index.html
downloadtime.mattrude.com-a790de8fa14fec55cc8d36b5eae872e530ad985e.tar.gz
time.mattrude.com-a790de8fa14fec55cc8d36b5eae872e530ad985e.tar.bz2
time.mattrude.com-a790de8fa14fec55cc8d36b5eae872e530ad985e.zip
Starting Out
Diffstat (limited to 'index.html')
-rw-r--r--index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..186ad02
--- /dev/null
+++ b/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>Matt's Time Server</title>
+ <link rel="stylesheet" type="text/css" href="style.css"/>
+ <link rel="icon" href="favicon.ico" type="image/x-icon" />
+</head>
+<body>
+ <div id="sidebar" class="sidebar">
+ <h1><a href="/">time.mattrude.com</a></h1>
+ <div id="quickstart" class="mod">
+ <ol>
+ <li><a href="status.html">Status</a></li>
+ <li><a href="use.html">How do I <i>use</i> this server?</a></li>
+ <li><a href="building">Building this server.</a></li>
+ </ol>
+ </div>
+ <h3>Translations</h3>
+ <ul id="translations" class="mod">
+ <li><a href="/en/join.html">English</a></li>
+ <li><a href="/fr/join.html">Fran�ais</a></li>
+ <li><a href="/nl/join.html">Nederlands</a></li>
+ </ul>
+ </div>
+</body>