mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-26 23:45:57 +00:00
16 lines
383 B
HTML
16 lines
383 B
HTML
<!doctype html>
|
|
<!--suppress ALL -->
|
|
<html lang="en" data-theme="dark" class="h-full">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>PocketHost</title>
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
%sveltekit.head%
|
|
</head>
|
|
<body>
|
|
<div>%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|