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

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
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>