feather/index.html

29 lines
935 B
HTML
Raw Normal View History

2017-02-22 10:20:51 +03:00
---
2017-04-30 11:53:50 +03:00
title: Feather
description: 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-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-04-30 11:53:50 +03:00
<title>{{ page.title }}</title>
<meta name="description" content="{{ page.description }}">
<meta property="og:title" content="{{ page.title }}">
<meta property="og:description" content="{{ page.description }}">
2017-03-02 07:51:58 +03:00
<meta name="twitter:card" content="summary">
2017-04-30 11:53:50 +03:00
2017-03-02 07:25:06 +03:00
<link rel="shortcut icon" type="image/png" href="assets/favicon.png">
2017-04-30 11:53:50 +03:00
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>