mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
17 lines
328 B
HTML
17 lines
328 B
HTML
---
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Feather</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
{% include header.html %}
|
|
{% include request.html %}
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|