2020-04-14 11:28:33 +02:00
|
|
|
<!DOCTYPE html>
|
2021-12-09 15:27:36 +01:00
|
|
|
<html lang="fr">
|
2020-04-21 10:50:26 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<base href="/" />
|
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
2022-02-08 14:46:13 +01:00
|
|
|
<link href="assets/favicons/favicon.ico" rel="icon" type="image/x-icon" />
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png" />
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png" />
|
2020-04-21 10:50:26 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<app-root></app-root>
|
|
|
|
</body>
|
2019-08-09 13:38:51 +02:00
|
|
|
</html>
|