Footer-Text aktualisiert: Made with ❤️ and 🍺 by medisoftware

This commit is contained in:
2025-03-18 00:37:39 +01:00
parent 528baff7b5
commit 8b82a44ad8

View File

@@ -166,6 +166,23 @@
.customer-info {
margin-bottom: 1rem;
}
.footer-content {
padding: 1rem;
background-color: #f8f9fa;
border-top: 1px solid #dee2e6;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 100;
}
.footer-link {
color: #0d6efd;
text-decoration: none;
}
.footer-link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
@@ -229,7 +246,9 @@
</div>
<footer class="footer">
<p class="mb-0">(c) 2025 <a href="https://medisoftware.de" target="_blank" rel="noopener noreferrer" class="text-decoration-none">medisoftware</a></p>
<div class="footer-content">
<a href="https://www.medisoftware.de" target="_blank" class="footer-link">Made with ❤️ and 🍺 by medisoftware</a>
</div>
</footer>
<script>