diff options
Diffstat (limited to 'app/templates/404.html')
-rw-r--r-- | app/templates/404.html | 9 |
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 |