[609] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> |
---|
| 4 | <head> |
---|
[615] | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
| 6 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
[2566] | 7 | |
---|
[615] | 8 | <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
| 9 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 10 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
[2566] | 11 | |
---|
[615] | 12 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
| 13 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
| 14 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
| 15 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 16 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 17 | <meta name="dc.type" content="text" /> |
---|
| 18 | <meta name="dc.format" content="text/html" /> |
---|
[2566] | 19 | |
---|
[615] | 20 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
| 21 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
| 22 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
[2566] | 23 | |
---|
[615] | 24 | {{tpl:include src="_head.html"}} |
---|
[609] | 25 | </head> |
---|
| 26 | <body class="dc-404"> |
---|
[615] | 27 | <div id="page"> |
---|
| 28 | {{tpl:include src="_top.html"}} |
---|
[2566] | 29 | |
---|
[615] | 30 | <div id="wrapper"> |
---|
[2566] | 31 | |
---|
[615] | 32 | <div id="main"> |
---|
| 33 | <div id="content"> |
---|
[2566] | 34 | |
---|
[615] | 35 | <div id="content-info"> |
---|
| 36 | <h2>{{tpl:lang Document not found}}</h2> |
---|
[650] | 37 | <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> |
---|
[615] | 38 | </div> |
---|
[2566] | 39 | |
---|
[615] | 40 | <div class="content-inner"> |
---|
| 41 | <h3>{{tpl:lang Suggestions:}}</h3> |
---|
| 42 | <ul> |
---|
| 43 | <li><a href="{{tpl:BlogURL}}">{{tpl:lang Go to homepage}}</a></li> |
---|
| 44 | <li><a href="#search">{{tpl:lang Use search form}}</a></li> |
---|
| 45 | <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li> |
---|
| 46 | </ul> |
---|
[666] | 47 | </div> <!-- End #content-inner --> |
---|
[2566] | 48 | |
---|
[666] | 49 | </div> <!-- End #content --> |
---|
| 50 | </div> <!-- End #main --> |
---|
[2566] | 51 | |
---|
[615] | 52 | {{tpl:include src="_sidebar.html"}} |
---|
[2566] | 53 | |
---|
[615] | 54 | </div> <!-- End #wrapper --> |
---|
[2566] | 55 | |
---|
[615] | 56 | {{tpl:include src="_footer.html"}} |
---|
| 57 | </div> <!-- End #page --> |
---|
[609] | 58 | </body> |
---|
[2566] | 59 | </html> |
---|