aboutsummaryrefslogtreecommitdiffstats
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
downloadtime.mattrude.com-a790de8fa14fec55cc8d36b5eae872e530ad985e.tar.gz
time.mattrude.com-a790de8fa14fec55cc8d36b5eae872e530ad985e.tar.bz2
time.mattrude.com-a790de8fa14fec55cc8d36b5eae872e530ad985e.zip
Starting Out
-rw-r--r--.gitignore1
-rw-r--r--favicon.icobin0 -> 3638 bytes
-rw-r--r--index.html25
-rw-r--r--status.html0
-rw-r--r--style.css0
5 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e6c2a60
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+mirrors/
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..717cb32
--- /dev/null
+++ b/favicon.ico
Binary files differ
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>
diff --git a/status.html b/status.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/status.html
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/style.css