From 5763da87c86cecad81cc8db4fc1140333144ae66 Mon Sep 17 00:00:00 2001
From: Cole Bemis <colebemis@gmail.com>
Date: Tue, 21 Feb 2017 23:57:21 -0800
Subject: [PATCH] Add stylesheet

---
 index.html | 9 +++++----
 style.scss | 2 ++
 2 files changed, 7 insertions(+), 4 deletions(-)
 create mode 100644 style.scss

diff --git a/index.html b/index.html
index f68e66e..1b7da71 100644
--- a/index.html
+++ b/index.html
@@ -3,11 +3,12 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-    <meta charset="UTF-8">
-    <title>Feather</title>
+  <meta charset="UTF-8">
+  <title>Feather</title>
+  <link rel="stylesheet" href="style.css">
 </head>
 <body>
-    {% include header.html %}
-    <h1>Hello World</h1>
+  {% include header.html %}
+  <h1>Hello World</h1>
 </body>
 </html>
diff --git a/style.scss b/style.scss
new file mode 100644
index 0000000..a845151
--- /dev/null
+++ b/style.scss
@@ -0,0 +1,2 @@
+---
+---
-- 
2.21.0