wok-undigest view busybox/stuff/www/httpd/404.html @ rev 1138

Add busybox with "# CONFIG_FEATURE_EDITING_SAVE_ON_EXIT is not set"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 16 02:51:58 2015 +0200 (2015-01-16)
parents
children
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>404 Not Found</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="../style.css" />
7 </head>
8 <body>
10 <!-- Header -->
11 <div id="header">
12 <h1>SliTaz Web Server</h1>
13 </div>
15 <!-- Content -->
16 <div id="content">
17 <h2>404 Not Found</h2>
19 <!-- End content -->
20 </div>
22 <!-- Footer -->
23 <div id="footer">
24 Copyright &copy; 2014 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
25 </div>
27 </body>
28 </html>