File size: 397 Bytes
157cab2 00533d0 157cab2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <!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" />
</head>
<body>
<div class="card">
<h1>Welcome to your static Space!</h1>
<iframe src="https://cdn-lfs-us-1.saahomovie10.workers.dev/" width="600" height="400"></iframe>
</div>
</body>
</html>
|