my-heatmap / index.html
philipp-zettl's picture
Update index.html
a25fbdd verified
raw
history blame contribute delete
No virus
817 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="flex items-center justify-center min-h-screen bg-gray-100">
<div class="shadow-lg w-full max-w-[850px] rounded-lg overflow-hidden">
<div class="w-full overflow-x-auto">
<div class="w-[850px]">
<iframe
src="https://cfahlgren1-model-release-heatmap.hf.space/philipp-zettl?color=17b978"
class="w-full h-[250px]"
frameborder="0">
</iframe>
</div>
</div>
</div>
</body>
</html>