diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-06-24 23:39:05 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-06-24 23:39:05 +0530 |
commit | e52c18a09cabd374093b06ef0f521767cd228ba6 (patch) | |
tree | 6548d357ba45e75334da8c225a0c6cd5f77f0850 /app/templates/home.html |
make it better
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 9 |
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 |