<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Iframes</title>
</head>
<body>
<p>Hello!</p>
<iframe src="amp.html"></iframe>
<iframe src="head.html"></iframe>
</body>
</html>