feather/index.html

14 lines
188 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>
<meta charset="UTF-8">
<title>Feather</title>
</head>
<body>
2017-02-22 10:20:51 +03:00
{% include header.html %}
2017-02-22 10:12:06 +03:00
<h1>Hello World</h1>
</body>
</html>