edit: html tout propre et début css
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user