Spaces:
Running
Running
Update templates/maj.html
Browse files- templates/maj.html +15 -3
templates/maj.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>Mariam
|
7 |
<!-- Tailwind CSS -->
|
8 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
|
9 |
|
@@ -138,13 +138,25 @@
|
|
138 |
display: none;
|
139 |
}
|
140 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
</style>
|
142 |
</head>
|
143 |
<body class="p-4">
|
144 |
<div class="max-w-4xl mx-auto">
|
145 |
<header class="p-6 text-center mb-8">
|
146 |
-
<h1 class="text-4xl font-bold text-blue-600">Mariam
|
147 |
<p class="text-gray-600">Solution Mathématique/Physique/Chimie Intelligente</p>
|
|
|
|
|
|
|
|
|
148 |
</header>
|
149 |
|
150 |
<main>
|
@@ -414,4 +426,4 @@
|
|
414 |
});
|
415 |
</script>
|
416 |
</body>
|
417 |
-
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Mariam | Solution Mathématique</title> <!-- Titre modifié -->
|
7 |
<!-- Tailwind CSS -->
|
8 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
|
9 |
|
|
|
138 |
display: none;
|
139 |
}
|
140 |
}
|
141 |
+
.performance-warning {
|
142 |
+
color: red;
|
143 |
+
font-weight: bold;
|
144 |
+
font-size: 1.2em; /* Augmente la taille de la police */
|
145 |
+
margin-top: 10px;
|
146 |
+
margin-bottom: 25px;
|
147 |
+
text-align: center;
|
148 |
+
}
|
149 |
</style>
|
150 |
</head>
|
151 |
<body class="p-4">
|
152 |
<div class="max-w-4xl mx-auto">
|
153 |
<header class="p-6 text-center mb-8">
|
154 |
+
<h1 class="text-4xl font-bold text-blue-600">Mariam</h1> <!-- Titre modifié -->
|
155 |
<p class="text-gray-600">Solution Mathématique/Physique/Chimie Intelligente</p>
|
156 |
+
<!-- Message d'avertissement -->
|
157 |
+
<p class="performance-warning">
|
158 |
+
Vous utilisez actuellement les modèles/performances moyens.
|
159 |
+
</p>
|
160 |
</header>
|
161 |
|
162 |
<main>
|
|
|
426 |
});
|
427 |
</script>
|
428 |
</body>
|
429 |
+
</html>
|