diff --git a/example/example.css b/example/example.css
new file mode 100644
index 00000000..3ec853c0
--- /dev/null
+++ b/example/example.css
@@ -0,0 +1,15 @@
+html, body {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ color: #444;
+}
+body {
+ padding: 20px;
+}
+
+h1 {
+ font-weight: bold;
+ color: #666;
+ font-size: 32px;
+ margin-top: 20px;
+}
diff --git a/example/index.html b/example/index.html
index aa1c14e8..cbf4ef07 100644
--- a/example/index.html
+++ b/example/index.html
@@ -69,6 +69,26 @@