feather/index.html
2017-02-25 20:08:10 -08:00

15 lines
228 B
HTML

---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Feather</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
{% include header.html %}
{% include footer.html %}
</body>
</html>