mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-11-01 12:03:48 -04:00
Base app in working condition
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
<!-- SoundCloud Widget API -->
|
||||
<script src="https://w.soundcloud.com/player/api.js"></script>
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
|
||||
Reference in New Issue
Block a user