Files
main-website/infos/index.php
T
2024-03-09 03:57:10 +01:00

37 lines
1.1 KiB
PHP

<!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="../index.php">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="../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>