-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
20 lines (17 loc) · 1.17 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html> <html lang=en> <head> <title>translation missing: en.meta.title</title> <meta content='text/html; charset=UTF-8' http-equiv=Content-Type> <meta content='width=device-width, user-scalable=no,initial-scale=1' name=viewport> </head> <body> <h1 class=heading> Page Not Found </h1> <p> Sorry, but the page you are looking for doesn’t exist. But there’s loads more to see! </p> <button class='btn btn-default' type=button> Go Home </button> <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','https://www.google-analytics.com/analytics.js','ga');
ga( 'require', 'cleanUrlTracker', {
stripQuery : false,
queryDimensionIndex : 1,
indexFilename : 'index.html',
trailingSlash : 'remove'
});
ga( 'require', 'eventTracker' );
ga( 'require', 'outboundLinkTracker' );
ga( 'require', 'urlChangeTracker' );
ga( 'create', 'UA-49976138-4', 'auto' );
ga( 'send', 'pageview' );
</script> </body> </html>