Curie-Web/app/templates/home.html

9 lines
318 B
HTML
Raw Normal View History

2020-06-24 19:09:05 +01:00
{% 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 %}