hf-fast / src /app.html
hlarcher's picture
hlarcher HF Staff
first import
6f6d8a6 unverified
raw
history blame
388 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, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="bg-gray-50 min-h-screen">
<div class="container mx-auto px-4 py-8">%sveltekit.body%</div>
</body>
</html>