summaryrefslogtreecommitdiff
path: root/web/notfound.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/notfound.html')
-rw-r--r--web/notfound.html63
1 files changed, 0 insertions, 63 deletions
diff --git a/web/notfound.html b/web/notfound.html
deleted file mode 100644
index 29e6493..0000000
--- a/web/notfound.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <title>File Not Found - Grow Process</title>
-
- <link href="http://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet">
- <link rel="stylesheet" href="/style.css" />
- <script src="/scripts/jquery.min.js"></script>
- <script src="/scripts/jquery-ui.js"></script>
- <script src="/scripts/growth.js"></script>
-</head>
-<body>
-<div id="notfooter">
- <header>
- <h1>
- <a href="/index.html"><img src="/images/logo.png"> Grow Process</a>
- <a id="foursquarefloat" href="http://myfoursquarechurch.com"><img src="/images/foursquaresm.png" alt="Foursqaure Church" /></a>
- </h1>
-
- <nav class="primary">
- <ul>
- <a href="/index.html">Home</a>
- <a href="/learnmore.html">Learn More</a>
- <a href="/contact.html">Contact</a>
- <a href="/login.html">Login / Sign Up</a>
- </ul>
- </nav>
- </header>
-
- <div id="middlebar">
- <div id="noticebox">
- <p>
- </p>
- </div>
- </div>
-
- <div id="content">
- <article class="${class}">
- <h1>File Not Found</h1>
-
- <p>The requested URL was not found. If you believe this to be in error, please <a href="http://jesterpm.net/betafeedback.php">contact us</a>.</p>
- </article>
- </div>
-
- <div id="push"></div>
-</div>
-
-<footer>
- <div class="left">
- <a href="/index.html">Home</a>
- <a href="/learnmore.html">Learn More</a>
- <a href="/contact.html">Contact</a>
- </div>
-
- <div class="right">
- &copy;2013 <a href="http://myfoursquarechurch.com">Foursquare Church</a>
- </div>
-
-</footer>
-
-</body>
-</html>
-