-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
19 lines (19 loc) · 758 Bytes
/
404.html
File metadata and controls
19 lines (19 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>404 page not found – Automatique</title>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-90387-10");
pageTracker._trackPageview();
} catch(err) {}</script>
</head>
<body>
<p>Hi there, we recently made a new website and we (regrettably) did not redirect the old URLs to the new ones.</p>
<p>Please accept our apologies and continue from <a href="http://automatique.nl">the homepage</a></p>
<p>– The Automatique team
</body>
</html>