wok-next diff busybox/stuff/www/httpd/404.html @ rev 16890
libwebkit-video: ruby builddep
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 10:59:51 2014 +0300 (2014-07-14) |
parents | |
children | d2503952845c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/busybox/stuff/www/httpd/404.html Mon Jul 14 10:59:51 2014 +0300 1.3 @@ -0,0 +1,28 @@ 1.4 +<!DOCTYPE html> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 +<head> 1.7 + <title>404 Not Found</title> 1.8 + <meta charset="utf-8" /> 1.9 + <link rel="stylesheet" type="text/css" href="../style.css" /> 1.10 +</head> 1.11 +<body> 1.12 + 1.13 +<!-- Header --> 1.14 +<div id="header"> 1.15 + <h1>SliTaz Web Server</h1> 1.16 +</div> 1.17 + 1.18 +<!-- Content --> 1.19 +<div id="content"> 1.20 +<h2>404 Not Found</h2> 1.21 + 1.22 +<!-- End content --> 1.23 +</div> 1.24 + 1.25 +<!-- Footer --> 1.26 +<div id="footer"> 1.27 + Copyright © 2014 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a> 1.28 +</div> 1.29 + 1.30 +</body> 1.31 +</html>