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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents dd1205f552b8
children
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
18 <b><script>document.write(window.location.pathname)</script></b>
19 was not found on this server.</p>
21 </div>
23 <footer>
24 Copyright © YEAR <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
25 </footer>
27 </body>
28 </html>