aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/cytoscape.html (renamed from templates/network.html)0
-rw-r--r--templates/layout.html8
2 files changed, 2 insertions, 6 deletions
diff --git a/templates/network.html b/templates/cytoscape.html
index 24c18c1..24c18c1 100644
--- a/templates/network.html
+++ b/templates/cytoscape.html
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>