16 lines
557 B
HTML
16 lines
557 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<!-- Always force latest IE rendering engine (even in intranet) and Chrome Frame -->
|
|
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible' />
|
|
<link href="/stylesheets/site.css" media="screen" rel="stylesheet" type="text/css" />
|
|
<title>The Middleman!</title>
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<h1>The Middleman is watchink.</h1>
|
|
</section>
|
|
</body>
|
|
</html>
|