boxicons/404.html

32 lines
890 B
HTML
Raw Normal View History

2018-06-15 09:50:17 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2018-06-29 22:00:13 +02:00
<title>BoxIcons : Premium web friendly icons</title>
2018-06-15 09:50:17 +02:00
<script type="text/javascript">
var segmentCount = 0;
var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') + '/?p=/' +
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);
</script>
2018-06-17 18:17:17 +02:00
<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>
</body>
</html>