diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index a4e8a5d..74d26c9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,7 @@ <link rel="canonical" href="https://mjfer.net/"> {% endblock %} </head> - <body><center> + <body> <h1><a href="/" target="_self">{{ domain }}</a></h1> <!-- Add icons here --> <a href="/files/latest.html" target="_self" rel="noopener noreferrer"> @@ -44,5 +44,5 @@ <p>Last update: {{ last_update }}</p> {% endif %} <div class="license">{% include 'site/license.html' %}</div> - </center></body> + </body> </html> |
