wok-next view busybox/stuff/www/httpd/404.html @ rev 19596

Busybox: revert last commit, up to 1.26.2, use Pascal's patches, disable modules-init-tools and dpkg applets.
No pam, no uclibc, no musl, no dietlibc here. Just plain busybox. Prepare other versions in the respective packages (TODO).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 22 06:14:23 2017 +0200 (2017-01-22)
parents d2503952845c
children 2ef4101ba8f7
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>404 Not Found</title>
6 <link rel="stylesheet" href="/style.css">
7 </head>
8 <body>
10 <header>
11 <h1>SliTaz Web Server</h1>
12 </header>
14 <div id="content">
15 <h2>Not Found</h2>
17 <p>The requested URL <b id="uri"></b> was not found on this server.</p>
19 </div>
21 <script>
22 document.getElementById('uri').innerText = window.location.pathname
23 </script>
25 <footer>
26 Copyright © YEAR <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
27 </footer>
29 </body>
30 </html>