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

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Sun Mar 10 08:09:36 2019 +0100 (2019-03-10)
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>