Removed tabs

This commit is contained in:
Amma 2019-04-11 21:55:27 +02:00
parent e822b74124
commit 9fd2f41298

View File

@ -7,11 +7,11 @@
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
</head> </head>
<body> <body>
<header> <header>
<img src="WIAIlogo.png" alt="Fachschaft WIAI"/> ........ <img src="WIAIlogo.png" alt="Fachschaft WIAI"/>
<h1>SPIEL des Lebens</h1> ........ <h1>SPIEL des Lebens</h1>
</header> </header>
<nav> <nav>
<ul> <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('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> <li {% if request.path == url_for('form') %} class="active" {% endif %}><a href="{{ url_for('form') }}">Formular</a></li>