aboutsummaryrefslogtreecommitdiff
path: root/app/templates/404.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-08-04 21:28:56 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-08-04 21:28:56 +0530
commitde479dd42130d67fb15f32beb99bec29b356792a (patch)
tree743cd2fdb0b1e35619f105ebca7d1c6b52914b0a /app/templates/404.html
parenta309a4607aa2aba63ea15c9aa9d9c7a7f2e99551 (diff)
added animations
Diffstat (limited to 'app/templates/404.html')
-rw-r--r--app/templates/404.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/templates/404.html b/app/templates/404.html
index a4e9644..f8897ea 100644
--- a/app/templates/404.html
+++ b/app/templates/404.html
@@ -4,4 +4,13 @@
<h2>Oh Snap! Error 404</h2>
<p>The Page you are looking for cannot be found</p>
<p>Go Back <a href="{{ url_for('home') }}">home</a></p>
+ <section>
+ <style>
+ #puzzle{
+ height: 40vh;
+ }
+ </style>
+ <div id="puzzle"></div>
+ <script src="{{url_for('static',filename='js/missing_puzzle.js')}}"></script>
+ </section>
{% endblock %} \ No newline at end of file