# HG changeset patch # User John "Elwin" Edwards # Date 1421248870 18000 # Node ID 0037de90af8bf07c3a9b66be67409e52059f0bd6 # Parent eb1a8f67e13dc275c24f8a4598b297a563c849d4 Add a screenshot on the front page. diff -r eb1a8f67e13d -r 0037de90af8b web/index.html --- a/web/index.html Sun Jan 11 14:49:27 2015 -0500 +++ b/web/index.html Wed Jan 14 10:21:10 2015 -0500 @@ -10,6 +10,7 @@

The Roguelike Gallery is a living museum of roguelike games. A collection of historical roguelikes is being restored and made available for play on this server.

+

Screenshot

Using the Web app, you can try the games in your Web browser.

You can also play by ssh to rlgallery.org. The username is "rodney", and "yendor" is the password.

Available Games

diff -r eb1a8f67e13d -r 0037de90af8b web/main.css --- a/web/main.css Sun Jan 11 14:49:27 2015 -0500 +++ b/web/main.css Wed Jan 14 10:21:10 2015 -0500 @@ -25,6 +25,10 @@ padding: 0.3em; } +p.cimage { + text-align: center; +} + ul { list-style-type: none; } diff -r eb1a8f67e13d -r 0037de90af8b web/screen.png Binary file web/screen.png has changed