Mercurial > hg > rlgallery-misc
annotate web/index.html @ 86:5f1b4d3151bb
Add some neglected dgamelaunch initialization commands.
author | John "Elwin" Edwards |
---|---|
date | Sat, 24 Nov 2018 10:34:26 -0500 |
parents | 2cca66b3e262 |
children | 0c3e63de292c |
rev | line source |
---|---|
7
64272fc2350c
Begin importing the website.
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"> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
2 <html> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
3 <head> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
4 <title>Roguelike Gallery</title> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
5 <link rel="stylesheet" type="text/css" href="/main.css"> |
53 | 6 <link rel="icon" type="image/png" href="/favicon.png"> |
7
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
7 </head> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
8 <body> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
9 <h1>Roguelike Gallery</h1> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
10 <div class="content"> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
11 <p>The Roguelike Gallery is a living museum of <a href="http://en.wikipedia.org/wiki/Roguelike">roguelike</a> games. A collection |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
12 of historical roguelikes is being restored and made available for play on this server.</p> |
59 | 13 <p class="cimage"><img src="screen.png" alt="Screenshot"></p> |
78 | 14 <p>Using the <a href="https://rlgallery.org:8080/">Web app</a>, you can try the games in your Web browser.</p> |
7
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
15 <p>You can also play by ssh to rlgallery.org. The username is "rodney", and "yendor" is the password.</p> |
67 | 16 <p>You can watch while others play or download recordings of their games.</p> |
17 <h2>The Game Collection</h2> | |
7
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
18 <ul> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
19 <li><a href="/about/rogue3.html">Rogue V3</a></li> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
20 <li><a href="/about/rogue4.html">Rogue V4</a></li> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
21 <li><a href="/about/rogue5.html">Rogue V5</a></li> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
22 <li><a href="/about/srogue.html">Super-Rogue</a></li> |
13
d34f2e40e67d
Add links to the Advanced Rogue 5 page.
John "Elwin" Edwards <elwin@sdf.org>
parents:
7
diff
changeset
|
23 <li><a href="/about/arogue5.html">Advanced Rogue 5</a></li> |
63
ad103f9f2e3a
Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
61
diff
changeset
|
24 <li><a href="/about/arogue7.html">Advanced Rogue 7</a></li> |
ad103f9f2e3a
Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
61
diff
changeset
|
25 <li><a href="/about/xrogue.html">XRogue</a></li> |
7
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
26 </ul> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
27 <h2>Scoring</h2> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
28 <ul> |
63
ad103f9f2e3a
Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
61
diff
changeset
|
29 <li><a href="/scoring/">Score section</a></li> |
7
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
30 <li><a href="/recent.cgi">Recent games</a></li> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
31 <li><a href="/archive.cgi">ttyrec files</a></li> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
32 </ul> |
67 | 33 <h2>Other Exhibits</h2> |
34 <ul> | |
35 <li><a href="/notes/">The blog</a>, with news and articles.</li> | |
36 <li><a href="/download.html">Downloads</a></li> | |
37 </ul> | |
7
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
38 </div> |
81
2cca66b3e262
Add some more links to the page footers.
John "Elwin" Edwards
parents:
78
diff
changeset
|
39 <div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div> |
7
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
40 </body> |
64272fc2350c
Begin importing the website.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
41 </html> |