htdocs/index.html
author Anders Bergh <anders1@gmail.com>
Mon, 17 Dec 2007 05:30:04 +0100
changeset 4 946a11dbdb23
parent 0 f595a447aa22
child 5 f29a43ca4760
permissions -rw-r--r--
update the dmdirc-nightly date add x86_64 to luafilesystem remove *.old from the repos before rsyncing
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     2
"http://www.w3.org/TR/html4/strict.dtd">
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     3
<html>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     4
	<head>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     5
		<title>Happy Mars</title>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     6
		<link rel="stylesheet" href="style.css">
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     7
	</head>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     8
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     9
	<body>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
    10
		<h1>Happy Mars</h1>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
    11
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
    12
		<p>I'm setting this up again.</p>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
    13
	</body>
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
    14
</html>