<iframe src="https://spotthestation.nasa.gov/widget/widget.cfm?country=Bulgaria&region=None&city=Sofia" width="310" height="450" frameborder="0"></iframe>
<html>
<head>
<title>HTML Frames - A Basic Frame Layout</title>
</head>
<frameset cols="25%,75%">
<frame src="menu.htm" name="menu">
<frame src="chapter1.htm" name="content">
</frameset>
</html>