wok view busybox/stuff/www/httpd/404.html @ rev 18163

gdb-python: add python stuff
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 26 09:27:39 2015 +0200 (2015-06-26)
parents 307866ad479e
children
line source
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <title>404 Not Found</title>
6 <link rel="stylesheet" type="text/css" href="/style.css" />
7 </head>
8 <body>
10 <header>
11 <h1>SliTaz Web Server</h1>
12 </header>
14 <!-- Content -->
15 <div id="content">
16 <h2>Not Found</h2>
18 <p>The requested URL <b id="uri"></b> was not found on this server.</p>
20 <!-- End content -->
21 </div>
23 <script type="text/javascript">
24 document.getElementById('uri').innerText = window.location.pathname
25 </script>
27 <footer>
28 Copyright &copy; 2015 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
29 </footer>
31 </body>
32 </html>