Work on header

This commit is contained in:
Sauer 2019-04-11 19:51:43 +02:00
parent 675dc37e81
commit 8f98e52e7c

View File

@ -6,6 +6,10 @@
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}">
</head>
<body>
<header>
<img src="logo.png" alt="Fachschaft WIAI"/>
<h1>SPIEL des Lebens</h1>
</header>
<nav>
<ul>
<li {% if request.path == url_for('index') %} class="active" {% endif %}><a href="{{ url_for('index') }}">Home</a></li>