Add default redirection page for SDK httpd
This commit is contained in:
parent
9875f6dad4
commit
ffbf54d892
1 changed files with 10 additions and 0 deletions
10
libs/httpd/hostfiles/www/index.html
Normal file
10
libs/httpd/hostfiles/www/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; URL=/luci" />
|
||||
</head>
|
||||
<body style="background-color: black">
|
||||
<a style="color: white; text-decoration: none" href="/luci">LuCI - Lua Configuration Interface</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue