aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
authorHao Chen2019-05-08 06:01:49 -0500
committerHao Chen2019-05-08 06:01:49 -0500
commit30a9a40ae3170f0a13efd394ac12e297d3eda03d (patch)
treeae07d1b41181c2c1027adf99b1c422e8a55f1362 /templates/layout.html
parentefaf3a4abe2f6ae5b67578182085d18d05f25c5f (diff)
downloadgenecup-30a9a40ae3170f0a13efd394ac12e297d3eda03d.tar.gz
rename to ratspub
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 1a81c1a..2887e2f 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -10,7 +10,7 @@
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}">
- <title>GatPub: Gene Addictionness through PubMed</title>
+ <title>RatsPub: Relationship with Addiction Through Searches of PubMed</title>
</head>
<body>
@@ -23,10 +23,7 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
- <a class="nav-link" href="/home">Home <span class="sr-only">(current)</span></a>
- </li>
- <li class="nav-item">
- <a class="nav-link" href="/search">Search</a>
+ <a class="nav-link" href="/home">Search <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/result">Result</a>
@@ -40,7 +37,6 @@
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
-<script src="http://d3js.org/d3.v5.min.js"></script>
</body>