<!DOCTYPE html>
<html>
<head>
<title>Site Title</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=0.1">
</head>
<body>
<div class="wrapper">
<div class="header">
<a href="home.html" target="content"><img src="header.gif" class="header-image"></a>
<div class="menu">
<a href="home.html" target="content">Home</a> /
<a href="blog.html" target="content">Blog</a> /
<a href="about.html" target="content">About</a> /
<a href="links.html" target="content">Links</a>
</div>
</div>
<div class="main">
<iframe name="content" src="home.html"></iframe>
</div>
</div>
</body>
</html>