server/frontend/ui/src/app.html

16 lines
425 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">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="robots" content="all">
<base href="/">
%svelte.head%
</head>
<body>
<div id="svelte">%svelte.body%</div>
</body>
</html>