feather/index.html

26 lines
971 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">
2017-02-26 07:08:33 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2017-02-22 10:57:21 +03:00
<title>Feather</title>
2017-02-28 05:28:14 +03:00
<meta name="description" content="Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity.">
2017-02-28 04:58:28 +03:00
<meta property="og:title" content="Feather">
<meta property="og:type" content="website">
<meta property="og:description" content="Simply beautiful open source icons">
2017-03-02 07:51:58 +03:00
<meta name="twitter:card" content="summary">
2017-03-02 07:57:04 +03:00
<meta name="twitter:site" content="@colebemis">
2017-03-02 07:25:06 +03:00
<link rel="shortcut icon" type="image/png" href="assets/favicon.png">
2017-02-26 23:27:25 +03:00
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet">
2017-02-22 10:57:21 +03:00
<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-26 22:01:54 +03:00
{% include icons.html %}
2017-02-26 07:20:41 +03:00
{% include request.html %}
2017-02-26 07:08:10 +03:00
{% include footer.html %}
2017-02-22 10:12:06 +03:00
</body>
</html>