server/qa/ui/src/app.html

16 lines
473 B
HTML
Raw Normal View History

2021-12-10 01:12:41 +00:00
<!DOCTYPE html>
2022-11-07 02:47:48 +00:00
<html lang="fr" class="d-flex flex-column mh-100 h-100">
2021-12-10 01:12:41 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2023-02-19 11:28:04 +00:00
<base href="/">
2021-12-10 01:12:41 +00:00
<meta name="author" content="EPITA Laboratoire SRS">
<meta name="robots" content="none">
2022-11-06 14:14:35 +00:00
%sveltekit.head%
2021-12-10 01:12:41 +00:00
</head>
2022-11-07 02:47:48 +00:00
<body class="flex-fill d-flex flex-column">
2022-11-06 14:14:35 +00:00
%sveltekit.body%
2021-12-10 01:12:41 +00:00
</body>
</html>