all repos — weimar @ 0137493bbdbd370d56c8a26873843ff02b378485

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		<link rel="preconnect" href="https://fonts.googleapis.com" />
 7		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
 8		<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Oswald:wght@500;600;700&display=swap" rel="stylesheet" />
 9		<link rel="icon" href="/favicon" />
10		<title>weimar</title>
11		%sveltekit.head%
12	</head>
13	<body>
14		<div style="display: contents">%sveltekit.body%</div>
15	</body>
16</html>