aboutsummaryrefslogtreecommitdiff
path: root/packet/templates/not_found.html
diff options
context:
space:
mode:
Diffstat (limited to 'packet/templates/not_found.html')
-rw-r--r--packet/templates/not_found.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/packet/templates/not_found.html b/packet/templates/not_found.html
new file mode 100644
index 0000000..e7cd876
--- /dev/null
+++ b/packet/templates/not_found.html
@@ -0,0 +1,17 @@
+{% extends 'extend/base.html' %}
+
+{% block body %}
+ <div class="container main">
+ <h1 class="card-title">Page Not Found</h1>
+ <div class="card mb-3">
+ <div class="card-body" style="text-align: left;">
+ <h4 class="card-text">
+ Not sure what you're looking for, but it's not here.
+ </h4>
+ <h5 class="card-text">
+ Do us a favor, check your spelling. If you can't find what you're looking for, <a href="mailto:rtp@csh.rit.edu">shoot us an email</a>.
+ </h5>
+ </div>
+ </div>
+ </div>
+{% endblock %}