summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2015-04-04 14:59:59 -0700
committerJesse Morgan <jesse@jesterpm.net>2015-04-04 15:02:51 -0700
commit59218aaef6041b3467996908c70fa50d3a5e49fe (patch)
treeea171cd5ca28dbacf3827d06f5b5dac41b8159ef /public/index.html
parenta0d0803d7145685548e505ab7131895cf501d5cf (diff)
Adding styles and landing page.
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html34
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 &copy; 2008-2015 <a href="http://jesterpm.net/index.html#summary">Jesse Morgan</a>
+ </footer>
+ </body>
+</html>