Work on header
This commit is contained in:
parent
675dc37e81
commit
8f98e52e7c
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user