mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
14 lines
200 B
HTML
14 lines
200 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 %}
|
|
</body>
|
|
</html>
|