|
<!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> |
|
|