Upload templates/index.html with huggingface_hub
Browse files- templates/index.html +26 -0
templates/index.html
CHANGED
|
@@ -3210,5 +3210,31 @@ window.clearEvaluatorFields = clearEvaluatorFields;
|
|
| 3210 |
window.loadScenario = loadScenario;
|
| 3211 |
</script>
|
| 3212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3213 |
</body>
|
| 3214 |
</html>
|
|
|
|
| 3210 |
window.loadScenario = loadScenario;
|
| 3211 |
</script>
|
| 3212 |
|
| 3213 |
+
|
| 3214 |
+
<!-- ... (le reste du code HTML reste inchangé) ... -->
|
| 3215 |
+
|
| 3216 |
+
</div> <!-- Fin de la div principale #reflection -->
|
| 3217 |
+
|
| 3218 |
+
<!-- PIED DE PAGE -->
|
| 3219 |
+
<div style="
|
| 3220 |
+
margin-top: 40px;
|
| 3221 |
+
padding: 20px;
|
| 3222 |
+
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
| 3223 |
+
border-top: 1px solid #e0e0e0;
|
| 3224 |
+
text-align: center;
|
| 3225 |
+
color: #666;
|
| 3226 |
+
font-size: 14px;
|
| 3227 |
+
line-height: 1.6;
|
| 3228 |
+
border-radius: 0 0 20px 20px;
|
| 3229 |
+
">
|
| 3230 |
+
<div style="font-weight: bold; color: #1976D2; margin-bottom: 8px;">
|
| 3231 |
+
Laboratoire d'informatique de l'Université du Mans
|
| 3232 |
+
</div>
|
| 3233 |
+
<div>Bâtiment IC2</div>
|
| 3234 |
+
<div>Avenue Olivier Messiaen</div>
|
| 3235 |
+
<div>F-72085 - LE MANS CEDEX 9</div>
|
| 3236 |
+
<div>Tél : +33 (0) 2 43 83 38 58</div>
|
| 3237 |
+
</div>
|
| 3238 |
+
|
| 3239 |
</body>
|
| 3240 |
</html>
|