Organizing code

This commit is contained in:
WhyKorp
2023-12-18 21:28:27 +01:00
committed by GitHub
parent f1664d7e1c
commit f5c1d13953
+8 -9
View File
@@ -1,13 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet">
<title>WhyKorp</title> <title>WhyKorp</title>
</head> </head>
<body> <body>
<h1 class="maintenance">Site en Maintenance !</h1> <div class="container">
<div class="container">
<header> <header>
<a href="https://www.youtube.com/@whykioh" target="_blank"> <a href="https://www.youtube.com/@whykioh" target="_blank">
<img class="logo" src="img/logo.png" alt="Logo"> <img class="logo" src="img/logo.png" alt="Logo">
@@ -39,9 +38,9 @@
<div class="video-container"> <div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/cqFXFAbXXOo?si=V2fgt9eyroo8sK6C" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube.com/embed/cqFXFAbXXOo?si=V2fgt9eyroo8sK6C" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div> </div>
</div> </div>
<div class="footer"> <div class="footer">
Copyright | Whykorp® 2021-2024 Copyright | Whykorp® 2021-2024
</div> </div>
</body> </body>
</html> </html>