mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
73 lines
2.9 KiB
HTML
73 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<!-- 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 ">
|
|
<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">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="copyright" content="Boxicons">
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://boxicons.com/">
|
|
<meta property="og:title" content="Boxicons : Premium web friendly icons ">
|
|
<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">
|
|
<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 ">
|
|
<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">
|
|
<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">
|
|
|
|
|
|
<meta property="fb:app_id" content="1508697802769834" />
|
|
<link rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/boxicons@2.0.1/css/boxicons.min.css">
|
|
<link rel="shortcut icon" href="static/img/favicon.ico?v=6" >
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<!-- 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>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="static/dist/bundle.js?v=42" async></script>
|
|
</body>
|
|
</html>
|