diff --git a/index.html b/index.html
index 5f590fa..f92f938 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
-
+
Name All the Cities
@@ -18,50 +18,122 @@
-
-
-
-
- {{ message }}
-
-
{{ state }} cities
-
-
- {{ name }}
- ({{ required_cities(cities).filter(c => c.guessed).length }}/{{ required_cities(cities).length }})
-
+
+
+
+
+
+
+
-
-
-
- | Rank |
- Name |
- Population |
+
+
+ {{ message }}
+
+
+ {{ state }} cities
+
+
+ {{ name }}
+ ({{ required_cities(cities).filter(c => c.guessed).length }}/{{ required_cities(cities).length }})
+
+
+
+
+
+ | Rank |
+ Name |
+ Population |
+
+
+
+
+
+ | {{ rank + 1 }} |
+ {{ city.name }} |
+ {{ city.pop }} |
-
-
-
-
- | {{ rank + 1 }} |
- {{ city.name }} |
- {{ city.pop }} |
-
-
-
-
-
-
-
-
+
+
+
-
-