Skip to content
Snippets Groups Projects
Commit 6bd69c4b authored by Vishwaa Kannan's avatar Vishwaa Kannan
Browse files

adding design page LAST

parent a3e67542
No related branches found
No related tags found
1 merge request!31Adding text
......@@ -41,6 +41,7 @@
<li><a class="dropdown-item" href="{{ url_for('pages', page='notebook') }}">Notebook</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='results') }}">Results</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='timeline') }}">Timeline</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='design') }}">Design</a></li>
</ul>
</li>
......
{% extends "layout.html" %}
{% block title %}Design{% endblock %}
{% block lead %}Our Gene Insert Design{% endblock %}
{% block page_content %}
<head>
<link rel="stylesheet" type="text/css" href="static/style.css">
</head>
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment