1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
<head>
<$mt:Include module="<__trans phrase="HTML Head">"$>
<title><$mt:BlogName encode_html="1"$>: <__trans phrase="Page Not Found"></title>
</head>
<body id="<$mt:BlogTemplateSetID$>" class="mt-dynamic-error <$mt:Var name="page_layout"$>">
<div id="container">
<div id="container-inner">
<$mt:Include module="<__trans phrase="Banner Header">"$>
<div id="content">
<div id="content-inner">
<div id="alpha">
<div id="alpha-inner">
<h1 id="page-title"><__trans phrase="Page Not Found"></h1>
<blockquote>
<strong><$mt:ErrorMessage$></strong>
</blockquote>
</div>
</div>
<$mt:Include module="<__trans phrase="Sidebar">"$>
</div>
</div>
<$mt:Include module="<__trans phrase="Banner Footer">"$>
</div>
</div>
</body>
</html>
|