aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorHao Chen2019-05-08 01:55:31 -0500
committerHao Chen2019-05-08 01:55:31 -0500
commitefaf3a4abe2f6ae5b67578182085d18d05f25c5f (patch)
tree00ee6bb45907e03cc192e469892c06c30e0f2e6b /templates/index.html
parent577515fb8afdf7fa535a3b16d13f261696bb6ce0 (diff)
downloadgenecup-efaf3a4abe2f6ae5b67578182085d18d05f25c5f.tar.gz
multiple genes allowed
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html14
1 files changed, 14 insertions, 0 deletions
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 %}
+
+
+<h3> Searching PubMed to find sentences related to addiction</h3>
+ <form class="form-inline my-2 my-lg-0" action="/network" method="POST">
+ <input name="query" class="form-control mr-sm-2" type="search" placeholder="Nrxn1" aria-label="search" value="Nrxn1">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
+ </form>
+
+{% endblock %}
+
+
+