summaryrefslogtreecommitdiff
path: root/public/404.html
blob: e31be1ce62be7dce121af90af0c77cb3819f106e (plain)
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
33
34
35
<!DOCTYPE html>
<html lang="en-us">
  <head>
    <title>downloads.jesterpm.net</title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
    <link rel="stylesheet" href="styles.css">
    <script>
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-23877924-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>
    <header class="small" title="">
      <h1>downloads.jesterpm.net</h1>
    </header>

    <h2>Not Found</h2>
    Nothing to see here. Please go to <a href="http://jesterpm.net">http://jesterpm.net</a> instead.

    <footer>
        Copyright &copy; 2008-2015 <a href="http://jesterpm.net/index.html#summary">Jesse Morgan</a>
    </footer>
  </body>
</html>