mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
14 lines
188 B
HTML
14 lines
188 B
HTML
---
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Feather</title>
|
|
</head>
|
|
<body>
|
|
{% include header.html %}
|
|
<h1>Hello World</h1>
|
|
</body>
|
|
</html>
|