From: Evan Prodromou <evan@prodromou.name>
Date: Mon, 5 May 2008 13:52:28 +0000 (-0400)
Subject: default index files
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d9bd2cfb780f625222ebfc8ddfb9e5982e8ff33c;p=quix0rs-gnu-social.git

default index files

darcs-hash:20080505135228-84dde-b8675e97f4dd684f5c24c1def8daedea793ed113.gz
---

diff --git a/index.txt b/index.txt
new file mode 100644
index 0000000000..99ee1293c2
--- /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 0000000000..cf28b84383
--- /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>