website/src/app.html

14 lines
372 B
HTML
Raw Normal View History

2023-02-17 10:22:14 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
2023-02-20 14:18:05 -05:00
<title>PLS5618</title>
2023-02-17 10:22:14 -05:00
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
2023-02-17 15:43:26 -05:00
<div style="display: contents" class="container">%sveltekit.body%</div>
2023-02-17 10:22:14 -05:00
</body>
</html>