51 lines
2.1 KiB
HTML
Executable File
51 lines
2.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<!--[if lt IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie6 lte-ie6 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie7 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if IE 8 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie8 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
|
|
<meta property="dc:title" content="{{tpl:lang Document not found}}" />
|
|
<meta property="dc:creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
|
|
<meta property="dc:language" content="{{tpl:EntryLang}}" />
|
|
<meta property="dc:description" content="{{tpl:lang Document not found}}" />
|
|
<meta property="dc:date" content="{{tpl:EntryDate iso8601="1"}}" />
|
|
<meta property="dc:rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
|
<meta property="dc:publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
|
|
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
|
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
|
|
|
{{tpl:include src="_head.html"}}
|
|
</head>
|
|
|
|
<body class="dc-404">
|
|
<div id="page">
|
|
{{tpl:include src="_top.html"}}
|
|
|
|
<div id="wrapper">
|
|
|
|
<div id="main">
|
|
<div id="content" role="main">
|
|
|
|
<div id="content-info">
|
|
<h2>{{tpl:lang Document not found}}</h2>
|
|
</div>
|
|
|
|
<div class="content-inner">
|
|
<p>{{tpl:lang The document you are looking for does not exist.}}</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{{tpl:include src="_complementary.html"}}
|
|
|
|
|
|
</div> <!-- End #wrapper -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
</div> <!-- End #page -->
|
|
</body>
|
|
</html> |