mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
13 lines
343 B
HTML
13 lines
343 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Svelte demo app" />
|
|
<link rel="icon" href="%svelte.assets%/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
%svelte.head%
|
|
</head>
|
|
<body>
|
|
<div id="svelte">%svelte.body%</div>
|
|
</body>
|
|
</html>
|