mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
71 lines
1.9 KiB
HTML
71 lines
1.9 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<head>
|
||
|
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="referrer" content="always">
|
||
|
<title id="title">BoxIcons</title>
|
||
|
|
||
|
|
||
|
<meta id="og-title" property="og:title" content="BoxIcons "/>
|
||
|
<meta id="twitter-title" name="twitter:title" content="BoxIcons "/>
|
||
|
|
||
|
<meta id="description" name='description' content=''/>
|
||
|
<meta id="og-description" property="og:description" content=""/>
|
||
|
<meta id="twitter-description" name="twitter:description" content=""/>
|
||
|
|
||
|
|
||
|
<meta name="twitter:card" content="summary" />
|
||
|
|
||
|
<meta name="twitter:site-name" content="BoxIcons" />
|
||
|
<meta name="twitter:creator" content="@BoxIcons" />
|
||
|
|
||
|
<meta name="keywords" content="icons, icon, line icon, solid icon, flat icon">
|
||
|
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<meta id="og-type" property="og:type" content="website" />
|
||
|
|
||
|
<meta property="fb:app_id" content="1508697802769834" />
|
||
|
<meta name="copyright" content="BoxIcons">
|
||
|
<meta property="og:locale" content="en_GB" />
|
||
|
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="static/css/boxicons.min.css">
|
||
|
|
||
|
<link rel="shortcut icon" href="static/img/favicon.ico" >
|
||
|
|
||
|
|
||
|
|
||
|
<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>
|
||
|
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script src="static/dist/bundle.js"></script>
|
||
|
</body>
|
||
|
</html>
|