hf-fast / src /app.html
hlarcher's picture
hlarcher HF Staff
refactor: improve layout and styling for bandwidth test interface. Handle auto-stop
02d3589 unverified
raw
history blame contribute delete
859 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Hugging Face bandwidth test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
<link rel="shortcut icon" href="%sveltekit.assets%/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Hugging Face fast" />
<link rel="manifest" href="%sveltekit.assets%/site.webmanifest" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="min-h-screen bg-gray-50">
<div class="container mx-auto px-4 py-8">%sveltekit.body%</div>
</body>
</html>