From efaf3a4abe2f6ae5b67578182085d18d05f25c5f Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Wed, 8 May 2019 01:55:31 -0500 Subject: multiple genes allowed --- templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..c7bafcd --- /dev/null +++ b/templates/index.html @@ -0,0 +1,14 @@ +{% extends "layout.html" %} +{% block content %} + + +

Searching PubMed to find sentences related to addiction

+
+ + +
+ +{% endblock %} + + + -- cgit v1.2.3