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>
<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>

2
style.scss Normal file
View File

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