| @@ -6,6 +6,7 @@ | |||
| <title>Svelte app</title> | |||
| <link rel="icon" type="image/png" href="favicon.png"> | |||
| <link rel='stylesheet' href='global.css'> | |||
| <link rel='stylesheet' href='build/bundle.css'> | |||
| @@ -13,5 +14,6 @@ | |||
| </head> | |||
| <body> | |||
| <audio src="ambient.mp3" autoplay loop></audio> | |||
| </body> | |||
| </html> | |||