forked from flot/flot.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (29 loc) · 1.59 KB
/
404.html
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
30
31
32
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"></meta>
<title>Page Not Found</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"></link>
<link rel="stylesheet" href="/css/flot.css" type="text/css"></link>
<script type="text/javascript" src="//use.typekit.net/kay0rxs.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34240160-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="content">
<h2>Sorry, that page doesn't exist!</h2>
<p>Please make sure that the name of the page or file that you're trying to visit is spelled correctly. If you followed a link from another site, please contact that site's administrator to let them know that it is broken.</p>
<p>If you'd still like to find what you were looking for, our <a href="http://www.flotcharts.org">home page</a> is the best place to start.</p>
<p>If you believe that this page <em>should</em> exist, please <a href="https://github.com/flot/flot.github.com/issues">open an issue</a> to report this problem.</p>
</div>
</body>
</html>