wok-next diff busybox/stuff/www/httpd/404.html @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents dd1205f552b8
children
line diff
     1.1 --- a/busybox/stuff/www/httpd/404.html	Sun Jan 22 06:14:23 2017 +0200
     1.2 +++ b/busybox/stuff/www/httpd/404.html	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -14,14 +14,12 @@
     1.4  <div id="content">
     1.5  <h2>Not Found</h2>
     1.6  
     1.7 -<p>The requested URL <b id="uri"></b> was not found on this server.</p>
     1.8 +<p>The requested URL
     1.9 +<b><script>document.write(window.location.pathname)</script></b>
    1.10 +was not found on this server.</p>
    1.11  
    1.12  </div>
    1.13  
    1.14 -<script>
    1.15 -document.getElementById('uri').innerText = window.location.pathname
    1.16 -</script>
    1.17 -
    1.18  <footer>
    1.19  Copyright © YEAR <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
    1.20  </footer>