Initial commit.
authorAnders Bergh <anders1@gmail.com>
Mon, 17 Dec 2007 04:30:49 +0100
changeset 0 f595a447aa22
child 1 c42d991ddcdb
Initial commit.
.hgignore
htdocs/index.html
htdocs/style.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Mon Dec 17 04:30:49 2007 +0100
@@ -0,0 +1,4 @@
+syntax: glob
+*~
+i686
+x86_64
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htdocs/index.html	Mon Dec 17 04:30:49 2007 +0100
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+<html>
+	<head>
+		<title>Happy Mars</title>
+		<link rel="stylesheet" href="style.css">
+	</head>
+
+	<body>
+		<h1>Happy Mars</h1>
+
+		<p>I'm setting this up again.</p>
+	</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htdocs/style.css	Mon Dec 17 04:30:49 2007 +0100
@@ -0,0 +1,3 @@
+body {
+	font-family: Arial, Helvetica, sans-serif;
+}