Spaces:
Sleeping
Sleeping
Update templates/generale.html
Browse files- templates/generale.html +5 -1
templates/generale.html
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
|
2 |
<html lang="fr">
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
<title>Question Générale</title>
|
|
|
|
|
|
|
|
|
7 |
<!-- Tailwind CSS -->
|
8 |
<script src="https://cdn.tailwindcss.com"></script>
|
9 |
<!-- Marked (Markdown) -->
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
<html lang="fr">
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
<title>Question Générale</title>
|
7 |
+
<!-- Style de secours pour cacher les éléments dès le début -->
|
8 |
+
<style>
|
9 |
+
.hidden { display: none !important; }
|
10 |
+
</style>
|
11 |
<!-- Tailwind CSS -->
|
12 |
<script src="https://cdn.tailwindcss.com"></script>
|
13 |
<!-- Marked (Markdown) -->
|