diff --git a/index.html b/index.html
index 85300aa..c6b74c3 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,17 @@
-
+
+
+
+
+ The scoreboard requires JavaScript. If your browser is capable
+ of JavaScript, enable it for this page to try the scoreboard
+ in your browser!
+
+
+
+
Working demonstration: click on
team logos, then the jam time!
@@ -77,6 +87,13 @@
+
Features
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..13f1b1f
Binary files /dev/null and b/screenshot.png differ
diff --git a/style.css b/style.css
index 498303c..fcca1d9 100644
--- a/style.css
+++ b/style.css
@@ -34,3 +34,11 @@ caption {
font-size: 33%;
font-family: default;
}
+
+#screenshot {
+ text-align: center;
+}
+
+#screenshot img {
+ border: solid black 4px;
+}