File: /home/mckernan/public_html/index.htm
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html" />
<meta name="author" content="John McKernan" />
<title>McKernan Corp</title>
<style>
body{
margin: 0;
padding: 0;
font-family: Arial, helvetica, sans-serif;
background-color: white;
color: #354;
}
#pagetop {
background-color: #d9ecf0;
padding: 25px 45px;
border-bottom: 1px solid #101010;
}
#content {
padding: 20px;
}
h1 {
vertical-align: middle;
}
.btn {
display: inline-block;
border: 1px solid #354;
border-radius: 12px;
background: #d9ecf0;
font-size: 1.5em;
padding: 15px 25px;
text-decoration: none;
color: blue;
margin-left: 0.65em;
}
</style>
</head>
<body>
<div id="pagetop">
<img src="brand.png" />
</div>
<div id="content">
<h1>We've moved to our new internet home!</h1>
<h2>Please visit us at… <a href="http://mckernan.tax" class="btn">www.mckernan.tax</a></h2>
<h3>Stop by and check out our new, <em>mobile-friendly</em>, digs! Thanks!</h3>
</div>
</body>
</html>