diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 34 | 
1 files changed, 34 insertions, 0 deletions
| diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..b1f97bd --- /dev/null +++ b/public/index.html @@ -0,0 +1,34 @@ +<!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> + +Nothing to see here. Please go to <a href="http://jesterpm.net">http://jesterpm.net</a> instead. + +    <footer> +        Copyright © 2008-2015 <a href="http://jesterpm.net/index.html#summary">Jesse Morgan</a> +    </footer> +  </body> +</html> | 
