added Stufff

This commit is contained in:
2025-06-23 16:52:42 +02:00
parent f1fe4aa05a
commit d9b50ac103
18 changed files with 564 additions and 266 deletions

19
templates/_navbar.html Normal file
View File

@@ -0,0 +1,19 @@
<nav class="navbar">
<div class="navbar-container">
<a href="{{ url_for('index') }}">
<img src="https://www.tu-braunschweig.de/fileadmin/Logos_Einrichtungen/Institute_FK5/logo_IFN.svg"/>
</a>
<div class="navbar-middle">
<h1>
{% if current_dir %}
{{ current_dir }}
{% else %}
All Notebooks
{% endif %}
</h1>
</div>
</div>
</nav>