Files
main-website/index.php
T
2026-07-11 03:46:13 +02:00

39 lines
1.7 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="css/style.css?v=1.0.2" rel="stylesheet">
<link rel="icon" href="img/logo.png">
<title>Whykioh.fr - Mon Portefolio</title>
</head>
<body>
<div class="container">
<header>
<a href="https://www.youtube.com/@whykioh" target="_blank">
<img class="logo" src="img/logo.png" alt="Logo">
</a>
<h1 class="title">Whykioh.fr</h1>
</header>
<div class="nav">
<a href="https://ko-fi.com/whykioh" target="_blank">Ko-Fi</a>
<a href="https://watchgether.whykioh.fr" target="_blank">WatchGether</a>
<a href="https://gamel0ver.whykioh.fr" target="_blank">GameL0ver</a>
<a href="https://vod.whykioh.fr" target="_blank">Jellyfin</a>
<a href="https://voj.whykioh.fr" target="_blank">Viens On Jette</a>
</div>
<p><br></p>
<hr>
<h1>Bienvenue Whykioh.fr !</h1>
<p>Le centre de tous mes projets webs, applications, et autres.<br>N'hésitez pas à explorer ! Mais aussi à me soutenir via un avis, ou un don.</p>
<hr>
<h1>Voici la dernière vidéo de <a href="https://www.youtube.com/@whykioh">Whykioh</a> :</h1>
<div class="video-container">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/q1rJG0Ue3d0?si=maK0gmAaMX2IDL67" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="footer">
Copyright | Whykioh® 2021-2026 | CIBOT NOËL Noah | <a href="https://ko-fi.com/whykioh" target="_blank">Ko-fi</a>
</div>
</body>
</html>