webif/webif/html/404.jim
hummypkg f29532b481 fix scheduling bug, add diagnostic confirmation, fix 404 page
git-svn-id: file:///root/webif/svn/pkg/webif/trunk@2603 2a923420-c742-0410-a762-8d5b09965624
2016-02-09 00:37:53 +00:00

27 lines
288 B
Plaintext
Executable File

#!/mod/bin/jimsh
source /mod/webif/lib/setup
set delay 5
httpheader "text/html" 0 "Refresh: $delay; url=/\r\n"
header
puts "
<div width=100%>
<center>
<div>
<img src=/img/404.png>
</div>
<div>
Redirecting to main menu in $delay seconds...
</div>
</center>
</div>
"
footer