f9c41faf16
- Replace Google Fonts with @fontsource/dm-sans and @fontsource/jetbrains-mono - Add SVG favicon - Add autocomplete attributes to login/setup form inputs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
380 B
HTML
14 lines
380 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<title>Notify Bridge</title>
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|