all repos — weimar @ 4240c5c97779567cfd5d71edbcab07b1fd3936ac

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		<title>weimar</title>
 7		%sveltekit.head%
 8	</head>
 9	<body>
10		<div style="display: contents">%sveltekit.body%</div>
11	</body>
12</html>