[2602] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
[0] | 3 | <head> |
---|
[2602] | 4 | <meta charset="UTF-8" /> |
---|
[0] | 5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
[2566] | 6 | |
---|
[0] | 7 | <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
| 8 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 9 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
[2566] | 10 | |
---|
[0] | 11 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
[2602] | 12 | <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
| 13 | <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
| 14 | <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 15 | <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 16 | <meta property="dc.type" content="text" /> |
---|
| 17 | <meta property="dc.format" content="text/html" /> |
---|
[2566] | 18 | |
---|
[0] | 19 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
| 20 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
| 21 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
[2566] | 22 | |
---|
[0] | 23 | {{tpl:include src="_head.html"}} |
---|
| 24 | </head> |
---|
| 25 | |
---|
| 26 | <body class="dc-404"> |
---|
| 27 | <div id="page"> |
---|
| 28 | {{tpl:include src="_top.html"}} |
---|
| 29 | |
---|
| 30 | <div id="wrapper"> |
---|
| 31 | |
---|
[2603] | 32 | <div id="main" role="main"> |
---|
[3009] | 33 | {{tpl:Breadcrumb}} |
---|
[0] | 34 | <div id="content"> |
---|
[2566] | 35 | |
---|
[0] | 36 | <div id="content-info"> |
---|
| 37 | <h2>{{tpl:lang Document not found}}</h2> |
---|
| 38 | </div> |
---|
[2566] | 39 | |
---|
[0] | 40 | <div class="content-inner"> |
---|
| 41 | <p>{{tpl:lang The document you are looking for does not exist.}}</p> |
---|
| 42 | </div> |
---|
[2566] | 43 | |
---|
[0] | 44 | </div> |
---|
| 45 | </div> |
---|
| 46 | |
---|
[2603] | 47 | <div id="sidebar" role="complementary"> |
---|
[0] | 48 | <div id="blognav"> |
---|
| 49 | {{tpl:Widgets type="nav"}} |
---|
| 50 | </div> <!-- End #blognav --> |
---|
[2566] | 51 | |
---|
[0] | 52 | <div id="blogextra"> |
---|
| 53 | {{tpl:Widgets type="extra"}} |
---|
| 54 | </div> <!-- End #blogextra --> |
---|
| 55 | </div> |
---|
| 56 | |
---|
| 57 | </div> <!-- End #wrapper --> |
---|
| 58 | |
---|
| 59 | {{tpl:include src="_footer.html"}} |
---|
| 60 | </div> <!-- End #page --> |
---|
| 61 | </body> |
---|
[2566] | 62 | </html> |
---|