git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9875f6d
)
Add default redirection page for SDK httpd
author
Steven Barth
<redacted>
Sun, 19 Oct 2008 09:35:38 +0000
(09:35 +0000)
committer
Steven Barth
<redacted>
Sun, 19 Oct 2008 09:35:38 +0000
(09:35 +0000)
libs/httpd/hostfiles/www/index.html
[new file with mode: 0644]
patch
|
blob
diff --git a/libs/httpd/hostfiles/www/index.html
b/libs/httpd/hostfiles/www/index.html
new file mode 100644
(file)
index 0000000..
838da04
--- /dev/null
+++ b/
libs/httpd/hostfiles/www/index.html
@@ -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>
git clone https://git.99rst.org/PROJECT