summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-05 09:52:28 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-05 09:52:28 -0400
commitd9bd2cfb780f625222ebfc8ddfb9e5982e8ff33c (patch)
treec002567782f0b2d7d1428d2269d22e757cebfe98
parent3b89aee0b77b9f483021c536499ea89ca747439d (diff)
default index files
darcs-hash:20080505135228-84dde-b8675e97f4dd684f5c24c1def8daedea793ed113.gz
-rw-r--r--index.txt1
-rw-r--r--index.xhtml15
2 files changed, 16 insertions, 0 deletions
diff --git a/index.txt b/index.txt
new file mode 100644
index 000000000..99ee1293c
--- /dev/null
+++ b/index.txt
@@ -0,0 +1 @@
+stoi.ca coming soon.
diff --git a/index.xhtml b/index.xhtml
new file mode 100644
index 000000000..cf28b8438
--- /dev/null
+++ b/index.xhtml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xml:lang="en">
+<head>
+<title>stoi.ca</title>
+</head>
+<body>
+<h1>stoi.ca</h1>
+<p>Coming soon.</p>
+</body>
+</html>