mentorenwahl/docker/frontend/src/app.html
Dominic Grimm 8f94f6fee9
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Updated CI
2022-02-13 09:45:14 +01:00

13 lines
332 B
HTML

<!DOCTYPE html>
<html lang="en">
<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>
</html>