all repos — weimar @ 28e896519b8b6466fbb9a904b18002993c823f76

Unnamed repository; edit this file 'description' to name the repository.

web/src/app.html (view raw)

 1<!doctype html>
 2<html lang="en">
 3	<head>
 4		<meta charset="utf-8" />
 5		<meta name="viewport" content="width=device-width, initial-scale=1" />
 6		%sveltekit.head%
 7	</head>
 8	<body>
 9		<div style="display: contents">%sveltekit.body%</div>
10	</body>
11</html>