From e52c18a09cabd374093b06ef0f521767cd228ba6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 24 Jun 2020 23:39:05 +0530 Subject: make it better --- app/templates/home.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/templates/home.html (limited to 'app/templates/home.html') 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 %} +

Curie Web Demo

+

The dock and report demo performs molecular docking using AutoDock Vina and then finds protein-ligand interactions using PLIP

+ +{% endblock %} \ No newline at end of file -- cgit v1.2.3