restauration du index ouvert et chemins relatifs

This commit is contained in:
2026-09-02 16:57:33 +02:00
parent 0dec261119
commit 4f2c02a7a9
2 changed files with 43 additions and 32 deletions
+6 -6
View File
@@ -3,11 +3,11 @@
<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.svg" />
<link rel="stylesheet" href="status/closedStyle.css">
<link rel="stylesheet" href="style/animation.css">
<link rel="stylesheet" href="style/typo.css">
<link rel="stylesheet" href="style/reduced.css">
<link rel="icon" type="image/svg" href="../assets/favicon.svg" />
<link rel="stylesheet" href="closedStyle.css">
<link rel="stylesheet" href="../style/animation.css">
<link rel="stylesheet" href="../style/typo.css">
<link rel="stylesheet" href="../style/reduced.css">
<title>Le LOL est Fermé ...</title>
</head>
<body id="lolIsClosed">
@@ -18,7 +18,7 @@
<h3 id="lolStatus">fermé ...</h3>
</section>
</main>
<script type="x-shader/glsl+fragment">
// Some random values computed for each frame
uniform highp vec4 uRandom;