boredgame/src/app.html

17 lines
527 B
HTML
Raw Normal View History

2022-01-28 05:27:12 +00:00
<!DOCTYPE html>
<html lang="en">
2023-05-01 06:01:24 +00:00
<head>
<meta name="robots" content="noindex, nofollow" />
2023-05-01 06:01:24 +00:00
<meta charset="utf-8" />
<meta name="description" content="Bored? Find a game! Bored Game!" />
<link rel="icon" href="%sveltekit.assets%/favicon-bored-game.svg" />
2023-05-01 06:01:24 +00:00
<meta name="viewport" content="width=device-width" />
<noscript>Please enable JavaScript.</noscript>
2023-05-01 06:01:24 +00:00
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div id="svelte" style="display: contents">%sveltekit.body%</div>
2023-05-01 06:01:24 +00:00
</body>
</html>