File size: 557 Bytes
23e5ecf
 
 
 
 
 
 
cf13f69
23e5ecf
cf13f69
 
d5ded62
23e5ecf
 
cf13f69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<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">
			<iframe src="https://cfahlgren1-model-release-heatmap.hf.space/cfahlgren1" frameborder="0" width="850" height="250"></iframe>
		</div>
	</body>
</html>