edit: html tout propre et début css

This commit is contained in:
2026-07-23 19:14:23 +02:00
parent 1d622924fb
commit e6ae40dc51
46 changed files with 14100 additions and 1415 deletions
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en" data-theme="open">
<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>
<title>Le LOL est Ouvert</title>
</head>
<body>
<main>
<p id="statusText">Ouvert !</p>
</main>
</body>
</html>