diff --git a/infos/img/icon.webp b/infos/img/icon.webp
new file mode 100644
index 0000000..7c707aa
Binary files /dev/null and b/infos/img/icon.webp differ
diff --git a/infos/index.php b/infos/index.php
new file mode 100644
index 0000000..d0b8257
--- /dev/null
+++ b/infos/index.php
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+ Actualité
+
+
+
+
+
+
+
+ WhyKorp
+
+
+
+
+
Bienvenue sur l'actualité
+
Partie du site en développement revenez plus tard
+
+
+
+
+
diff --git a/infos/style.css b/infos/style.css
new file mode 100644
index 0000000..4f4a9da
--- /dev/null
+++ b/infos/style.css
@@ -0,0 +1,85 @@
+body {
+ font-family: 'Noto Sans', sans-serif;
+ background-color: #333;
+ color: #fff;
+ }
+ .container {
+ width: 80%;
+ margin: auto;
+ border: 2px solid #652ecc;
+ border-radius: 25px;
+ padding: 20px;
+ background-color: #444;
+ }
+ .nav a {
+ text-decoration: none;
+ color: #fff;
+ padding: 10px 20px;
+ border: 2px solid #652ecc;
+ border-radius: 25px;
+ background-color: #333;
+ transition: all 0.3s ease-in-out;
+ }
+ .nav a:hover {
+ background-color: #652ecc;
+ color: #333;
+ cursor: pointer;
+ transition: all 0.3s ease-in-out;
+ }
+
+ .video-container {
+ width: 80%;
+ margin: 20px auto;
+ border: 2px solid #652ecc;
+ border-radius: 25px;
+ overflow: hidden;
+ padding-bottom: 56.25%;
+ position: relative;
+ }
+ .video-container iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+
+ header {
+ text-align: left;
+ }
+ .logo {
+ height: 60px;
+ width: 60px;
+ display: inline-block;
+ vertical-align: middle;
+ margin-right: 10px;
+ }
+ .title {
+ display: inline-block;
+ font-size: 48px;
+ line-height: 60px;
+ vertical-align: middle;
+ }
+
+ div.footer {
+ width: 80%;
+ margin: auto;
+ border: 2px solid #652ecc;
+ border-radius: 25px;
+ padding: 20px;
+ background-color: #444;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ img.flash {
+ display: inline-block;
+ width: 128px;
+ transition: 0.4s;
+ };
+
+ img.flash:hover {
+ transition: 0.4s;
+ width: 800px
+ };
\ No newline at end of file
diff --git a/tools/index.php b/tools/index.php
index 8bbf374..c49ecad 100644
--- a/tools/index.php
+++ b/tools/index.php
@@ -14,10 +14,10 @@
WhyKorp