coyotte508's picture
coyotte508 HF staff
πŸŽ‰ Sveltekit skeleton app
320c9b0
raw
history blame
No virus
267 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
<body>
<div>%sveltekit.body%</div>
</body>
</html>