changeset 59:0037de90af8b

Add a screenshot on the front page.
author John "Elwin" Edwards
date Wed, 14 Jan 2015 10:21:10 -0500
parents eb1a8f67e13d
children 876786c55450
files web/index.html web/main.css web/screen.png
diffstat 3 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <div class="content">
 <p>The Roguelike Gallery is a living museum of <a href="http://en.wikipedia.org/wiki/Roguelike">roguelike</a> games. A collection 
 of historical roguelikes is being restored and made available for play on this server.</p>
+<p class="cimage"><img src="screen.png" alt="Screenshot"></p>
 <p>Using the <a href="http://rlgallery.org:8080/">Web app</a>, you can try the games in your Web browser.</p>
 <p>You can also play by ssh to rlgallery.org.  The username is "rodney", and "yendor" is the password.</p>
 <h2>Available Games</h2>
--- 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;
 }
Binary file web/screen.png has changed