Revision 3422:d294032fcdd4,
1.5 KB
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
No more <link rel="top" …> neither <link rel="up" …> in HTML5
|
Rev | Line | |
---|
[2830] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
[609] | 3 | <head> |
---|
[2830] | 4 | <meta charset="UTF-8" /> |
---|
[615] | 5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
[2566] | 6 | |
---|
[615] | 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 | |
---|
[615] | 11 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
| 12 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
[2566] | 13 | |
---|
[615] | 14 | {{tpl:include src="_head.html"}} |
---|
[609] | 15 | </head> |
---|
| 16 | <body class="dc-404"> |
---|
[615] | 17 | <div id="page"> |
---|
| 18 | {{tpl:include src="_top.html"}} |
---|
[2566] | 19 | |
---|
[615] | 20 | <div id="wrapper"> |
---|
[2566] | 21 | |
---|
[615] | 22 | <div id="main"> |
---|
| 23 | <div id="content"> |
---|
[2566] | 24 | |
---|
[615] | 25 | <div id="content-info"> |
---|
| 26 | <h2>{{tpl:lang Document not found}}</h2> |
---|
[650] | 27 | <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> |
---|
[615] | 28 | </div> |
---|
[2566] | 29 | |
---|
[615] | 30 | <div class="content-inner"> |
---|
| 31 | <h3>{{tpl:lang Suggestions:}}</h3> |
---|
| 32 | <ul> |
---|
| 33 | <li><a href="{{tpl:BlogURL}}">{{tpl:lang Go to homepage}}</a></li> |
---|
| 34 | <li><a href="#search">{{tpl:lang Use search form}}</a></li> |
---|
| 35 | <li><a href="{{tpl:BlogURL}}archive">{{tpl:lang Explore archives}}</a></li> |
---|
| 36 | </ul> |
---|
[666] | 37 | </div> <!-- End #content-inner --> |
---|
[2566] | 38 | |
---|
[666] | 39 | </div> <!-- End #content --> |
---|
| 40 | </div> <!-- End #main --> |
---|
[2566] | 41 | |
---|
[615] | 42 | {{tpl:include src="_sidebar.html"}} |
---|
[2566] | 43 | |
---|
[615] | 44 | </div> <!-- End #wrapper --> |
---|
[2566] | 45 | |
---|
[615] | 46 | {{tpl:include src="_footer.html"}} |
---|
| 47 | </div> <!-- End #page --> |
---|
[609] | 48 | </body> |
---|
[2566] | 49 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.