This commit is contained in:
2024-02-14 12:54:04 +01:00
parent ff9def9e4b
commit 1ce2142899
2 changed files with 46 additions and 42 deletions

View File

@ -19,7 +19,8 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="../static/image/f1_logo.svg" alt="Logo" width="120" height="30" class="d-inline-block align-text-top">
<img src="../static/image/f1_logo.svg" alt="Logo" width="120" height="30"
class="d-inline-block align-text-top">
Formula <i>10</i>
</a>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">

View File

@ -2,6 +2,7 @@
{% block title %}Formula 10{% endblock title %}
{% block body %}
<table class="table table-bordered">
<thead>
<tr>
@ -50,3 +51,5 @@
{% endfor %}
</tbody>
</table>
{% endblock body %}