website/src/app.html
Alexander J fe3a56c73e we don't need favicon at the moment
Signed-off-by: Alexander J <odyssey346@disroot.org>
2022-02-28 19:16:14 +01:00

14 lines
323 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>