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

@ -3,11 +3,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<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 %}
<h1>Hello World</h1> <h1>Hello World</h1>
</body> </body>
</html> </html>

2
style.scss Normal file
View File

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