Skip to content
Snippets Groups Projects
Commit 433ddd07 authored by Devmc's avatar Devmc
Browse files

fix

parent 3213c59d
No related tags found
No related merge requests found
Pipeline #126731 passed
......@@ -33,7 +33,6 @@
<li><a class="dropdown-item" href="{{ url_for('pages', page='experiments') }}">Experiments</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='implementation') }}">Implementation</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='notebook') }}">Notebook</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='proof-of-concept') }}">Proof of Concept</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='results') }}">Results</a></li>
</ul>
</li>
......
{% extends "layout.html" %}
{% block title %}Proof of Concept{% endblock %}
{% block page_content %}
<div class="page">
<div class="container">
<div class="article">
<h1 class="content-header">Proof of Concept</h1>
<section>
<h2></h2>
<p>
</p>
</section>
</div>
</div>
</div>
{% endblock %}
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