diff --git a/web/index.html b/web/index.html index 10a043c..40dc21c 100644 --- a/web/index.html +++ b/web/index.html @@ -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 --git a/web/main.css b/web/main.css index 4089619..b1e1592 100644 --- a/web/main.css +++ b/web/main.css @@ -25,6 +25,10 @@ div.nav { padding: 0.3em; } +p.cimage { + text-align: center; +} + ul { list-style-type: none; } diff --git a/web/screen.png b/web/screen.png new file mode 100644 index 0000000..408b7fc Binary files /dev/null and b/web/screen.png differ