13 lines
No EOL
345 B
HTML
13 lines
No EOL
345 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="emerald">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="../src/resources/images/logo2.svg" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<link rel="manifest" href="../static/manifest.json">
|
|
%sveltekit.head%
|
|
</head>
|
|
<body>
|
|
<div>%sveltekit.body%</div>
|
|
</body>
|
|
</html> |