summaryrefslogtreecommitdiff
path: root/templates/default
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-30 12:32:41 +0000
committermh <mh@immerda.ch>2008-01-30 12:32:41 +0000
commitcd11b1f234101cee817542a197b74665b2e96209 (patch)
tree5baf267b4f7d8ceae992257c0309f20c0bf24ea4 /templates/default
added apache module, rearranged some gentoo stuff
Diffstat (limited to 'templates/default')
-rw-r--r--templates/default/default_index.erb21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/default/default_index.erb b/templates/default/default_index.erb
new file mode 100644
index 0000000..f8d5569
--- /dev/null
+++ b/templates/default/default_index.erb
@@ -0,0 +1,21 @@
+<!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" >
+<head>
+<title><%= hostname %></title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+</head>
+<body>
+<h1> No Page @ this location</h1>
+ <p>
+
+ <a href="http://validator.w3.org/check?uri=referer"><img
+ src="http://www.w3.org/Icons/valid-xhtml10"
+ alt="Valid XHTML 1.0 Strict" height="31" width="88" style="border:0px;" /></a>
+ </p>
+<p>
+<small><em><%= hostname %></em></small>
+</p>
+</body>
+</html>
+