aboutsummaryrefslogtreecommitdiff
path: root/app/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/error.html')
-rw-r--r--app/templates/error.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/templates/error.html b/app/templates/error.html
index 3073037..b605430 100644
--- a/app/templates/error.html
+++ b/app/templates/error.html
@@ -5,7 +5,7 @@
<h2>Oh Snap! An error occured</h2>
<p>Error Code: {{code}}</p>
<p>Error Description: {{description}}</p>
- <section>
+ <!--<section>
<style>
#puzzle{
height: 40vh;
@@ -13,5 +13,14 @@
</style>
<div id="puzzle"></div>
<script src="{{url_for('static',filename='js/missing_puzzle.js')}}"></script>
+ </section>-->
+ <section>
+ <style>
+ #chemical{
+ height: 40vh;
+ }
+ </style>
+ <div id="chemical"></div>
+ <script src="{{url_for('static',filename='js/chemical.js')}}"></script>
</section>
{% endblock %} \ No newline at end of file