server/frontend/fic/src/app.html

15 lines
349 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="all">
<base href="/">
%sveltekit.head%
</head>
<body>
<div>%sveltekit.body%</div>
</body>
</html>