test21 / index.html
Niansuh's picture
Update index.html
00533d0 verified
raw
history blame contribute delete
397 Bytes
<!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>