diff --git a/public/games.html b/public/games.html
index 39c648e..ed481db 100644
--- a/public/games.html
+++ b/public/games.html
@@ -6,6 +6,7 @@
The land of the penguin
+
diff --git a/public/imgs/favicon.ico b/public/imgs/favicon.ico
new file mode 100644
index 0000000..8a188c5
Binary files /dev/null and b/public/imgs/favicon.ico differ
diff --git a/public/index.html b/public/index.html
index b522edd..3e428bf 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,7 @@
The land of the penguin
+
diff --git a/public/styles/common.css b/public/styles/common.css
index b2a2df6..9a883e1 100644
--- a/public/styles/common.css
+++ b/public/styles/common.css
@@ -204,9 +204,9 @@ main {
.card-container {
display: grid;
- grid-template-columns: repeat(2, 1fr); /* 2 colonnes de largeur égale */
+ grid-template-columns: repeat(5, 1fr); /* 2 colonnes de largeur égale */
gap: 20px;
- width: 500px;
+ width: 1400px;
.card {
cursor: default;
@@ -217,7 +217,7 @@ main {
}
background-color: #FFFFFF00;
width: calc(100% - 40px); /* Les cartes prennent toute la largeur de la colonne */
- height: 200px; /* Hauteur automatique pour s'adapter au contenu */
+ height: 180px; /* Hauteur automatique pour s'adapter au contenu */
}
}
}
diff --git a/public/vps.html b/public/vps.html
index 1c7c2cc..a557f0c 100644
--- a/public/vps.html
+++ b/public/vps.html
@@ -6,6 +6,7 @@
The land of the penguin
+
@@ -23,7 +24,7 @@
- Provider: Hostinger
- OS: Debian 12
- - RAM: 4 GB
+ - RAM: 8 GB
- CPU: 2 vCPU
- Location: Paris, FR
@@ -35,6 +36,10 @@
SSH
Accès sécurisé à distance via SSH.
+
+
Wireguard
+
VPN pour un accès sécurisé à mon réseau privé.
+
Web Server
Hébergement de sites web avec Nginx.