wok view busybox/stuff/www/httpd/404.html @ rev 20308
Up slitaz-tools (1028)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 09 12:44:14 2018 +0200 (2018-05-09) |
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 © 2015 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
29 </footer>
31 </body>
32 </html>