docs: Entwickler-Kommentare in Templates und CSS hinzugefügt
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="client-ip" content="{{ request.headers.get('X-Forwarded-For', request.remote_addr) }}">
|
||||
<meta name="allowed-ip-ranges" content="{{ allowed_ip_ranges }}">
|
||||
<!--
|
||||
medisoftware Kundensuche
|
||||
Version: {{ version }}
|
||||
Entwickler: medisoftware GmbH
|
||||
Letzte Änderung: 2024-03-19
|
||||
-->
|
||||
<title>medisoftware Kundensuche</title>
|
||||
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
@@ -12,6 +18,10 @@
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||
<link href="{{ url_for('static', filename='css/styles.css') }}" rel="stylesheet">
|
||||
<style>
|
||||
/*
|
||||
Inline-Styles für spezifische Anpassungen
|
||||
Diese Styles sind nur für diese Seite gültig
|
||||
*/
|
||||
.logo {
|
||||
width: 200px;
|
||||
height: auto;
|
||||
|
Reference in New Issue
Block a user