-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·30 lines (26 loc) · 859 Bytes
/
404.html
File metadata and controls
executable file
·30 lines (26 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
<title>Page not Found</title>
</head>
<body>
<div style="width: 700px; margin-left: auto; margin-right: auto;">
<h1 style="background: #eee; padding: 10px;">Whoops</h1>
<p>You've followed an outdated link.</p>
<p>We apologize; here's a
fruit basket for your trouble.
</p>
<center>
<a href="/"><img src="/404.jpg" style="border: 0"><br><h2>Return to h5py.org</h2></a>
</center>
</div>
<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-4330749-6");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>