Commit 5763da87 authored by Cole Bemis's avatar Cole Bemis

Add stylesheet

parent 00fbbd67
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment