Files
voice-to-notes/src/app.html
T

14 lines
516 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en" style="margin:0;padding:0;background:#0a0a23;height:100%;">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Voice to Notes</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" style="margin:0;padding:0;background:#0a0a23;overflow:hidden;">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>