mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-23 20:00:06 +00:00
16 lines
508 B
HTML
16 lines
508 B
HTML
<!doctype html>
|
|
<html lang="%lang%">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/api/application-images/favicon" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="robots" content="noindex" />
|
|
<link rel="manifest" href="/app.webmanifest" />
|
|
<link rel="apple-touch-icon" href="/img/static-logo-512.png">
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|