[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"}}" /> |
---|
| 7 | |
---|
| 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"}}" /> |
---|
| 11 | |
---|
| 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" /> |
---|
| 19 | |
---|
| 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"}}" /> |
---|
| 23 | |
---|
| 24 | {{tpl:include src="_head.html"}} |
---|
[609] | 25 | </head> |
---|
| 26 | |
---|
| 27 | <body class="dc-404"> |
---|
[615] | 28 | <div id="page"> |
---|
| 29 | {{tpl:include src="_top.html"}} |
---|
| 30 | |
---|
| 31 | <div id="wrapper"> |
---|
| 32 | |
---|
| 33 | <div id="main"> |
---|
| 34 | <div id="content"> |
---|
| 35 | |
---|
| 36 | <div id="content-info"> |
---|
| 37 | <h2>{{tpl:lang Document not found}}</h2> |
---|
[650] | 38 | <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> |
---|
[615] | 39 | </div> |
---|
| 40 | |
---|
| 41 | <div class="content-inner"> |
---|
| 42 | <h3>{{tpl:lang Suggestions:}}</h3> |
---|
| 43 | <ul> |
---|
| 44 | <li><a href="{{tpl:BlogURL}}">{{tpl:lang Go to homepage}}</a></li> |
---|
| 45 | <li><a href="#search">{{tpl:lang Use search form}}</a></li> |
---|
| 46 | <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li> |
---|
| 47 | </ul> |
---|
[666] | 48 | </div> <!-- End #content-inner --> |
---|
[615] | 49 | |
---|
[666] | 50 | </div> <!-- End #content --> |
---|
| 51 | </div> <!-- End #main --> |
---|
[615] | 52 | |
---|
| 53 | {{tpl:include src="_sidebar.html"}} |
---|
| 54 | |
---|
| 55 | </div> <!-- End #wrapper --> |
---|
| 56 | |
---|
| 57 | {{tpl:include src="_footer.html"}} |
---|
| 58 | </div> <!-- End #page --> |
---|
[609] | 59 | </body> |
---|
[666] | 60 | </html> |
---|