diff --git a/src/index.html b/src/index.html
index 4c8cdf826f..0ae6c1f0be 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,7 +1,7 @@
-
Page Title
+
-
Hello, world!
diff --git a/src/style.css b/src/style.css
index c4301db288..a09e49b5c6 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1 +1,4 @@
/* styles go here */
+body {
+ color: black;
+}