Removed tabs
This commit is contained in:
parent
e822b74124
commit
9fd2f41298
@ -7,11 +7,11 @@
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="WIAIlogo.png" alt="Fachschaft WIAI"/>
|
||||
<h1>SPIEL des Lebens</h1>
|
||||
<header>
|
||||
........ <img src="WIAIlogo.png" alt="Fachschaft WIAI"/>
|
||||
........ <h1>SPIEL des Lebens</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<nav>
|
||||
<ul>
|
||||
<li {% if request.path == url_for('index') %} class="active" {% endif %}><a href="{{ url_for('index') }}">Home</a></li>
|
||||
<li {% if request.path == url_for('form') %} class="active" {% endif %}><a href="{{ url_for('form') }}">Formular</a></li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user