edit: création des pages statut, sans interactivité pcq je comprends pas comment faire ^^
This commit is contained in:
+11
-12
@@ -1,20 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-theme="open">
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/svg" href="/assets/favicon_open.svg" />
|
||||
<style>
|
||||
:root {
|
||||
--back-color: #00FF44;
|
||||
--main-color: #000000;
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" type="image/svg" href="../assets/favicon_open.svg" />
|
||||
<link rel="stylesheet" href="./openStyle.css">
|
||||
<link rel="stylesheet" href="../style/animation.css">
|
||||
<title>Le LOL est Ouvert</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<p id="statusText">Ouvert !</p>
|
||||
<body id="lolIsOpen">
|
||||
<main id="openContainer">
|
||||
<section>
|
||||
<p>Le LOL est actuellement</p>
|
||||
<h3 id="lolStatus">ouvert !</h3>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user