Files
LoreMind/web/src/index.html
IETM_FIXE\ietm6 560c07d5c3
Some checks failed
Tests unitaires / Brain (Python · pytest + couverture) (push) Successful in 20s
Tests unitaires / Web (Angular · vitest + couverture) (push) Successful in 29s
Tests unitaires / Core (Java · mvn test + JaCoCo) (push) Successful in 2m17s
Build & Push Images / build (brain) (push) Successful in 1m13s
E2E Tests / e2e (push) Failing after 5m22s
Build & Push Images / build (core) (push) Successful in 3m25s
Build & Push Images / build-switcher (push) Successful in 51s
Build & Push Images / build (web) (push) Successful in 1m57s
Changement du logo pour l'application et changement du nom en "DM Loremind" pour le tittre de l'application.
2026-06-19 10:00:13 +02:00

14 lines
297 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>DM Loremind</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>