This commit is contained in:
Mateusz Gruszczyński
2025-10-17 14:30:40 +02:00
parent 38e5fc6e49
commit b22cfe368e
3 changed files with 73 additions and 37 deletions

View File

@@ -7,19 +7,6 @@
<title>PVE HA Panel</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ url_for('static', filename='styles.css') }}" rel="stylesheet">
<style>
footer.site-footer {
border-top: 1px solid rgba(255, 255, 255, .1);
}
footer.site-footer a {
text-decoration: none;
}
footer.site-footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
@@ -276,9 +263,9 @@
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2">
<div>© 2025 PVE HA Panel</div>
<div>
Autor: <strong>linuxiarz.pl</strong>
<strong>linuxiarz.pl</strong>
&nbsp;|&nbsp;
Kod źródłowy: <a href="https://gitea.linuxiarz.pl/gru/pve-ha-web" target="_blank"
Source code: <a href="https://gitea.linuxiarz.pl/gru/pve-ha-web" target="_blank"
rel="noopener">gitea.linuxiarz.pl/gru/pve-ha-web</a>
</div>
</div>