Update header content

This commit is contained in:
Cole Bemis 2017-02-22 00:37:32 -08:00
parent 5763da87c8
commit 63c9dc764f
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,6 @@
<header>
<h1>Header</h1>
<h1>Feather</h1>
<p>Simply beautiful open source icons</p>
<a href="#">Download</a>
<a href="https://twitter.com/intent/tweet?text=Feather%20%E2%80%93%20Simply%20beautiful%20open%20source%20icons%20by%20%40colebemis%20colebemis.github.io%2Ffeather" target="_blank">Tweet</a>
</header>

View File

@ -9,6 +9,5 @@
</head>
<body>
{% include header.html %}
<h1>Hello World</h1>
</body>
</html>