mentorenwahl/frontend_old/src/app.html

14 lines
332 B
HTML
Raw Normal View History

2022-02-13 08:40:06 +00:00
<!DOCTYPE html>
<html lang="en">
2022-02-13 08:45:14 +00:00
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<link rel="icon" href="%svelte.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%svelte.head%
</head>
<body>
<div>%svelte.body%</div>
</body>
2022-02-13 08:40:06 +00:00
</html>