mirror of
https://github.com/byReqz/youtube-landingpage.git
synced 2024-11-23 20:44:56 +00:00
18 lines
626 B
JavaScript
18 lines
626 B
JavaScript
|
<html>
|
||
|
<head>
|
||
|
<title>Error 404 - Page Not Found</title>
|
||
|
<meta http-equiv="Refresh" content="1;url=http://www.hostinger.de/fehler_404" />
|
||
|
<script>
|
||
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||
|
|
||
|
ga('create', 'UA-66279436-1', 'auto');
|
||
|
ga('send', 'pageview');
|
||
|
window.location = "http://www.hostinger.de/fehler_404";
|
||
|
</script>
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|