aboutsummaryrefslogtreecommitdiff
path: root/app/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/home.html')
-rw-r--r--app/templates/home.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html
new file mode 100644
index 0000000..f7a7c78
--- /dev/null
+++ b/app/templates/home.html
@@ -0,0 +1,9 @@
+{% extends 'base.html' %}
+
+{% block main %}
+ <h2>Curie Web Demo</h2>
+ <p>The dock and report demo performs molecular docking using AutoDock Vina and then finds protein-ligand interactions using PLIP</p>
+ <ul>
+ <li><a href="{{ url_for('dock_upload') }}">Dock and Report</a></li>
+ </ul>
+{% endblock %} \ No newline at end of file