remove lexoffice name in project

This commit is contained in:
2026-03-06 08:40:53 +01:00
parent b93d9e4def
commit f74f936d72
9 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LexOffice Belegimport</title>
<title>Belegimport</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<nav>
<div class="nav-brand">LexOffice Belegimport</div>
<div class="nav-brand">Belegimport</div>
<div class="nav-links">
<a href="/" class="{% if active_page == 'settings' %}active{% endif %}">Einstellungen</a>
<a href="/scan" class="{% if active_page == 'scan' %}active{% endif %}">Scan-Upload</a>