feather/index.html

14 lines
200 B
HTML
Raw Normal View History

2017-02-22 10:20:51 +03:00
---
---
2017-02-22 10:12:06 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
2017-02-22 10:57:21 +03:00
<meta charset="UTF-8">
<title>Feather</title>
<link rel="stylesheet" href="style.css">
2017-02-22 10:12:06 +03:00
</head>
<body>
2017-02-22 10:57:21 +03:00
{% include header.html %}
2017-02-22 10:12:06 +03:00
</body>
</html>