mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
16 lines
417 B
HTML
16 lines
417 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Bored? Find a game! Bored Game!" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon-bored-game.svg" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
%sveltekit.head%
|
|
</head>
|
|
|
|
<body>
|
|
<div id="svelte">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|