2018-06-15 09:50:17 +02:00
<!DOCTYPE html>
< html >
< head >
2018-11-13 05:39:30 +01:00
<!-- meta tags -->
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
< meta name = "referrer" content = "always" >
< title > Boxicons : Premium web friendly icons < / title >
< meta name = "title" content = "Boxicons : Premium web friendly icons " >
2019-05-13 01:04:37 +02:00
< meta name = "description" content = "Boxicons is a free collection of carefully crafted open source icons. Each icon is designed on a 24x24 grid with the material guidelines" >
2018-11-13 05:39:30 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "copyright" content = "Boxicons" >
<!-- Open Graph / Facebook -->
< meta property = "og:type" content = "website" >
2018-06-17 14:50:20 +02:00
< meta property = "og:url" content = "https://boxicons.com/" >
2018-11-13 05:39:30 +01:00
< meta property = "og:title" content = "Boxicons : Premium web friendly icons " >
2019-05-13 01:04:37 +02:00
< meta property = "og:description" content = "Boxicons is a free collection of carefully crafted open source icons. Each icon is designed on a 24x24 grid with the material guidelines" >
2018-11-13 05:39:30 +01:00
< meta property = "og:image" content = "/static/img/og-image.png" >
<!-- Twitter -->
< meta property = "twitter:card" content = "summary_large_image" >
< meta property = "twitter:url" content = "https://boxicons.com/" >
< meta property = "twitter:title" content = "Boxicons : Premium web friendly icons " >
2019-05-13 01:04:37 +02:00
< meta property = "twitter:description" content = "Boxicons is a free collection of carefully crafted open source icons. Each icon is designed on a 24x24 grid with the material guidelines" >
2018-11-13 05:39:30 +01:00
< meta property = "twitter:image" content = "/static/img/og-image.png" >
< meta name = "keywords" content = "box icons, icon, line icon, sharp icon, boxicons, material icons, premium icons, pixel perfect icons, open source icons, free icons, free icon set" >
2018-06-15 09:50:17 +02:00
2018-11-13 05:39:30 +01:00
< meta property = "fb:app_id" content = "1508697802769834" / >
2018-06-17 14:06:43 +02:00
< link rel = "stylesheet"
2019-05-04 17:55:05 +02:00
href="https://cdn.jsdelivr.net/npm/boxicons@2.0.1/css/boxicons.min.css">
2019-01-21 06:45:36 +01:00
< link rel = "shortcut icon" href = "static/img/favicon.ico?v=6" >
2018-06-15 09:50:17 +02:00
< script type = "text/javascript" >
(function(l) {
if (l.search) {
var q = {};
l.search.slice(1).split('& ').forEach(function(v) {
var a = v.split('=');
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
});
if (q.p !== undefined) {
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + (q.p || '') +
(q.q ? ('?' + q.q) : '') +
l.hash
);
}
}
}(window.location))
< / script >
2018-06-17 18:17:17 +02:00
<!-- Global site tag (gtag.js) - Google Analytics -->
< script async src = "https://www.googletagmanager.com/gtag/js?id=UA-120904854-1" > < / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120904854-1');
< / script >
2018-06-15 09:50:17 +02:00
< / head >
< body >
< div id = "app" > < / div >
2019-05-04 18:07:09 +02:00
< script src = "static/dist/bundle.js?v=42" async > < / script >
2018-06-15 09:50:17 +02:00
< / body >
< / html >