Mercurial > hg > rlgallery-misc
annotate 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 | 
| rev | line source | 
|---|---|
| 8 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 2 <html> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 3 <head> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 4 <title>About the Gallery</title> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 5 <link rel="stylesheet" type="text/css" href="/main.css"> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 6 </head> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 7 | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 8 <body> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 9 <h1>Roguelike Gallery</h1> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 10 <div class="nav"><a href="/">rlgallery.org</a> -> About</div> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 11 <div class="content"> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 12 <h2>Games</h2> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 13 <ul> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 14 <li><a href="rogue3.html">About Rogue V3</a></li> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 15 <li><a href="rogue4.html">About Rogue V4</a></li> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 16 <li><a href="rogue5.html">About Rogue V5</a></li> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 17 <li><a href="srogue.html">About Super-Rogue</a></li> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 18 </ul> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 19 <h2>Other information</h2> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 20 <ul> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 21 <li><a href="ttyrec.html">ttyrec files</a></li> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 22 </ul> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 23 <h2>Site</h2> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 24 <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> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 25 <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> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 26 </div> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 27 </body> | 
| 
7371f972393b
Import the /about web pages.
 John "Elwin" Edwards <elwin@sdf.org> parents: diff
changeset | 28 </html> | 
