33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="cz">
 | |
| <head>
 | |
|         <title>404 stránka</title>
 | |
|         <meta charset="utf-8" />
 | |
|         <link href="http://example.com/test/feeds_all.atom.xml" type="application/atom+xml" rel="alternate" title="Testovací stránka Full Atom Feed" />
 | |
| 
 | |
| <link rel="stylesheet" href="http://example.com/test/cz/../theme/style.css" />
 | |
| </head>
 | |
| 
 | |
| <body id="index" class="home">
 | |
|         <header id="banner" class="body">
 | |
|                 <h1><a href="http://example.com/test/cz/">Testovací stránka <strong></strong></a></h1>
 | |
|         </header><!-- /#banner -->
 | |
|         <nav id="menu"><ul>
 | |
|         </ul></nav><!-- /#menu -->
 | |
|     <h1>404 stránka</h1>
 | |
|     Translations: 
 | |
| <a href="http://example.com/test/cz/../de/pages/404.html">de</a>
 | |
| <a href="http://example.com/test/cz/../pages/404.html">en</a>
 | |
| 
 | |
| 
 | |
|     <p>Jednoduchá 404 stránka.</p>
 | |
| 
 | |
| 
 | |
|         <footer id="contentinfo" class="body">
 | |
|                 <address id="about" class="vcard body">
 | |
|                 Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
 | |
|                 which takes great advantage of <a href="http://python.org">Python</a>.
 | |
|                 </address><!-- /#about -->
 | |
|         </footer><!-- /#contentinfo -->
 | |
| </body>
 | |
| </html> |