Add info part

This commit is contained in:
WhyKorp
2023-12-19 22:48:21 +01:00
committed by GitHub
parent dcd2c7a3a9
commit 73052539eb
4 changed files with 126 additions and 4 deletions
+37
View File
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="icon" type="image/webp" sizes="16x16" href="img/icon.webp">
<link href="style.css" rel="stylesheet">
<title>Actualité</title>
</head>
<body>
<div class="container">
<header>
<a href="javascript:history.back()" target="_blank">
<img class="logo" src="img/icon.webp" alt="Logo">
</a>
<h1 class="title">WhyKorp</h1>
</header>
<div class="nav">
<a href="http://whykorp.ddns.net">Accueil</a>
<a href="#">Infos</a>
<a href="https://artists.magroove.com/en/lt/whykioh/" target="_blank">Link Tree</a>
<a href="tools/index.php">Outils</a>
<a href="ruty/index.php">Ruty</a>
<a href="lolivator/index.php">LoLivator</a>
<a href="snt/index.html">SNT</a>
<a href="archives/index.php">Archives</a>
</div>
<p><br></p>
<hr>
<h1>Bienvenue sur l'actualité</h1>
<p>Partie du site en développement revenez plus tard</p>
<hr>
</div>
<div class="footer">
Copyright | Whykorp® 2021-2024
</div>
</body>
</html>