diff web/about/index.html @ 8:7371f972393b

Import the /about web pages.
author John "Elwin" Edwards <elwin@sdf.org>
date Thu, 23 Aug 2012 10:50:35 -0700
parents
children 84c8e2c0b7f3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/about/index.html	Thu Aug 23 10:50:35 2012 -0700
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>About the Gallery</title>
+<link rel="stylesheet" type="text/css" href="/main.css">
+</head>
+
+<body>
+<h1>Roguelike Gallery</h1>
+<div class="nav"><a href="/">rlgallery.org</a> -&gt; About</div>
+<div class="content">
+<h2>Games</h2>
+<ul>
+<li><a href="rogue3.html">About Rogue V3</a></li>
+<li><a href="rogue4.html">About Rogue V4</a></li>
+<li><a href="rogue5.html">About Rogue V5</a></li>
+<li><a href="srogue.html">About Super-Rogue</a></li>
+</ul>
+<h2>Other information</h2>
+<ul>
+<li><a href="ttyrec.html">ttyrec files</a></li>
+</ul>
+<h2>Site</h2>
+<p>rlgallery.org is hosted by <a href="http://www.linode.com/">Linode</a>. The server is currently running <a href="http://fedoraproject.org/">Fedora.</a></p>
+<p>The Gallery also makes use of <a href="ftp://ftp.alt.org/pub/dgamelaunch/">dgamelaunch</a> and <a href="http://lighttpd.net/">lighttpd</a>.</p>
+</div>
+</body>
+</html>