I tried creating an iframe. I have created an iframe before. But this one doesn't seem to work no matter what I do.
<!DOCTYPE html>
<html>
<head>
<title>DSCOVR</title>
</head>
<body>
DSCOVR:
<iframe src="http://epic.gsfc.nasa.gov/index.html" width="100%" height="1000px">loading...</iframe>
</body>
</html>
It doesn't seem to work with any other websites either.