| 1 | <!DOCTYPE html> |
|---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta charset="UTF-8" /> |
|---|
| 5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
|---|
| 6 | |
|---|
| 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"}}" /> |
|---|
| 10 | |
|---|
| 11 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
|---|
| 12 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
|---|
| 13 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
|---|
| 14 | |
|---|
| 15 | {{tpl:include src="_head.html"}} |
|---|
| 16 | </head> |
|---|
| 17 | <body class="dc-404"> |
|---|
| 18 | <div id="page"> |
|---|
| 19 | {{tpl:include src="_top.html"}} |
|---|
| 20 | |
|---|
| 21 | <div id="wrapper"> |
|---|
| 22 | |
|---|
| 23 | <div id="main"> |
|---|
| 24 | <div id="content"> |
|---|
| 25 | |
|---|
| 26 | <div id="content-info"> |
|---|
| 27 | <h2>{{tpl:lang Document not found}}</h2> |
|---|
| 28 | <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> |
|---|
| 29 | </div> |
|---|
| 30 | |
|---|
| 31 | <div class="content-inner"> |
|---|
| 32 | <h3>{{tpl:lang Suggestions:}}</h3> |
|---|
| 33 | <ul> |
|---|
| 34 | <li><a href="{{tpl:BlogURL}}">{{tpl:lang Go to homepage}}</a></li> |
|---|
| 35 | <li><a href="#search">{{tpl:lang Use search form}}</a></li> |
|---|
| 36 | <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li> |
|---|
| 37 | </ul> |
|---|
| 38 | </div> <!-- End #content-inner --> |
|---|
| 39 | |
|---|
| 40 | </div> <!-- End #content --> |
|---|
| 41 | </div> <!-- End #main --> |
|---|
| 42 | |
|---|
| 43 | {{tpl:include src="_sidebar.html"}} |
|---|
| 44 | |
|---|
| 45 | </div> <!-- End #wrapper --> |
|---|
| 46 | |
|---|
| 47 | {{tpl:include src="_footer.html"}} |
|---|
| 48 | </div> <!-- End #page --> |
|---|
| 49 | </body> |
|---|
| 50 | </html> |
|---|