summaryrefslogtreecommitdiff
path: root/themes/okcards/templates/404.liquid
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-29 12:13:19 -0400
committerJules Laplace <jules@okfoc.us>2016-09-29 12:13:19 -0400
commitd4f9c31a1721fdea6b92ae90ca5c4bd8635fd0cb (patch)
tree4c8c73d15c77f4d79313ecb45fc650d43f65235f /themes/okcards/templates/404.liquid
parent50fac2191fbf0dd101d6071242c03dfad295b3ed (diff)
v0.2.0 - new admin theme
Diffstat (limited to 'themes/okcards/templates/404.liquid')
-rw-r--r--themes/okcards/templates/404.liquid54
1 files changed, 0 insertions, 54 deletions
diff --git a/themes/okcards/templates/404.liquid b/themes/okcards/templates/404.liquid
deleted file mode 100644
index 87f5342..0000000
--- a/themes/okcards/templates/404.liquid
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>404</title>
- <style type="text/css">
- html, body {
- margin: 0;
- padding: 0;
- font-family: "Helvetica", sans-serif;
- background-image: url('http://okfoc.us/assets/images/photocopy.png');
- background-position: bottom center;
- background-repeat: repeat;
- background-attachment: scroll;
- height: 100%;
- font-size: 1.75em;
- font-weight: bold;
- color: #FFFFFF;
- }
-
- a {
- color: #8888FF;
- text-decoration: none;
- }
-
- a:hover {
- border-bottom: 3px solid #8888FF;
- }
-
- a:visited {
- color: #8888FF;
- }
-
- .message {
- width: 700px;
- padding: 1em 1em 1em 1em;
- background-color: #0000FF;
- margin: 0 auto;
- margin-top: 1em;
- }
-
- .message p:first-child {
- margin-top: 0;
- }
- </style>
- </head>
- <body>
- <div class="message">
- <p>¯\_(ツ)_/¯</p>
- <p>We couldn't find that page.</p>
- <p>Sure you have the right URL?</p>
- <a href="javascript:history.back()">Back</a>
- </div>
- </body>
-</html>