Add stylesheet

This commit is contained in:
Cole Bemis 2017-02-21 23:57:21 -08:00
parent 00fbbd6763
commit 5763da87c8
2 changed files with 7 additions and 4 deletions

View File

@ -5,6 +5,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Feather</title> <title>Feather</title>
<link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
{% include header.html %} {% include header.html %}

2
style.scss Normal file
View File

@ -0,0 +1,2 @@
---
---