File size: 767 Bytes
f7b241c 06f9de6 78cf17d dd65fb7 06f9de6 f7b241c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My Static Space with Iframe</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome to your Lyrics Generator!</h1>
<iframe src="https://lyrics-generator-xhbphobypa-uc.a.run.app/"
style="border:0px #ffffff none;"
name="myiFrame"
scrolling="no"
frameborder="1"
marginheight="0px"
marginwidth="0px"
height="800px"
width="600px"
allowfullscreen>
</iframe>
</div>
</body>
</html>
|