blob: 6293dcdb39b18b490c09f68f55db56b10a83d441 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
<title>YAUM — Yet Another Uptime Monitor</title>
%sveltekit.head%
</head>
<body data-sveltekit-prerender="true">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
|