summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-12-20 17:36:18 -0700
committermo khan <mo@mokhan.ca>2014-12-20 17:36:18 -0700
commitd5948064d013185e2e1c856569eaf1acb6e32848 (patch)
treeee748ca387e1f278b284ad0cd524e21a40409edd /public
parent7b426aa1182298f417d99d42acefc304b5eec08d (diff)
upgrade to rails 4.2
Diffstat (limited to 'public')
-rw-r--r--public/404.html6
-rw-r--r--public/500.html6
-rw-r--r--public/robots.txt1
3 files changed, 12 insertions, 1 deletions
diff --git a/public/404.html b/public/404.html
index 080b1d77..5dfdeae1 100644
--- a/public/404.html
+++ b/public/404.html
@@ -1,4 +1,6 @@
<!doctype html>
+<html>
+<head>
<title>Page Not Found</title>
<style>
body { text-align: center;}
@@ -12,7 +14,9 @@
a { color: rgb(36, 109, 56); text-decoration:none; }
a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
</style>
+</head>
+<body>
<article>
<h1>Oh, Snap! <span frown>:(</span></h1>
<div>
@@ -28,3 +32,5 @@
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</article>
+</body>
+</html>
diff --git a/public/500.html b/public/500.html
index e3ba646d..65b81c26 100644
--- a/public/500.html
+++ b/public/500.html
@@ -1,4 +1,6 @@
<!doctype html>
+<html>
+<head>
<title>Don't you dare blow up at this table (500)</title>
<style>
body { text-align: center;}
@@ -12,6 +14,8 @@
a { color: rgb(36, 109, 56); text-decoration:none; }
a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
</style>
+</head>
+<body>
<article>
<h1>Oh, Snap! <span frown>:(</span></h1>
@@ -29,3 +33,5 @@
</script>
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
</article>
+</body>
+</html>
diff --git a/public/robots.txt b/public/robots.txt
index a3ca7d23..8c2f884d 100644
--- a/public/robots.txt
+++ b/public/robots.txt
@@ -2,4 +2,3 @@
#
# To ban all spiders from the entire site uncomment the next two lines:
User-agent: *
-