diff options
Diffstat (limited to 'app/templates/about.html')
-rw-r--r-- | app/templates/about.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/templates/about.html b/app/templates/about.html index 23ffc28..b61bfed 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -8,4 +8,14 @@ to create high quality ray-traced visualisations. After finding and tabulating protein ligand interactions using PLIP, it creates a PDF and emails you the report ( Along with supporting files )</p> + <section> + <style> + #astronaut{ + height: 40vh; + } + </style> + <div id="astronaut"></div> + <script src="{{url_for('static',filename='js/astronaut.js')}}"></script> + </section> + {% endblock %}
\ No newline at end of file |