update vps page

This commit is contained in:
florian 2025-06-12 16:46:04 +02:00
parent d0586926ef
commit b28c5f8f74
3 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -186,7 +186,8 @@ main {
} }
.info.card { .info.card {
width: 500px; min-width: 500px;
width: auto;
height: auto; height: auto;
h2 { h2 {
@ -203,7 +204,7 @@ main {
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); /* 2 colonnes de largeur égale */ grid-template-columns: repeat(2, 1fr); /* 2 colonnes de largeur égale */
gap: 20px; gap: 20px;
width: 100%; width: 500px;
.card { .card {
h3 { h3 {

View File

@ -78,6 +78,13 @@
</div> </div>
</div> </div>
</div> </div>
<div class="card info blur">
<h2>Grafana snapshot.</h2>
<p>Voici un aperçu de la surveillance de mon serveur :</p>
<img src="imgs/grafana_snapshot.png" alt="Grafana Snapshot" class="grafana-snapshot">
<a target="_blank" href="https://grafana.thepenguinontheweb.tech/dashboard/snapshot/6YgiZfAb1AnPaN4weKGGiLIlGjIK5JD9?orgId=0&from=2025-06-12T12:41:53.379Z" >la snapshot de Grafana</a>
</div>
</div> </div>
</main> </main>
<footer class="blur"> <footer class="blur">