diff options
Diffstat (limited to 'swat/esptest/index.html')
-rw-r--r-- | swat/esptest/index.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/swat/esptest/index.html b/swat/esptest/index.html deleted file mode 100644 index 0c64b4ffcf..0000000000 --- a/swat/esptest/index.html +++ /dev/null @@ -1,23 +0,0 @@ -<% - var tests = new Array("formtest", "showvars", "include"); -%> - -<HTML> -<TITLE> -Samba4 ESP test -</TITLE> -<BODY> -<img src="/images/logo.png" alt="Samba"> -<h1>Samba4 ESP test</h1> - -Please choose one of the following tests: -<ul> -<% - for (test in tests) { - url = tests[test] + ".html"; - write("<li> <a href=" + url + ">" + tests[test] + "</a>"); - } -%> -</ul> -</BODY> -</HTML> |