brief-la-belle-plante2/src/index.html
2022-01-10 10:35:26 +01:00

15 lines
408 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LaBellePlante</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
</head>
<body>
<app-root></app-root>
</body>
</html>