diff options
author | Björn Gustavsson <[email protected]> | 2015-10-12 12:21:15 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-10-14 16:21:59 +0200 |
commit | d8ff1e37c38c37304fb44ba6618da141e4d08c21 (patch) | |
tree | afa66a50629b79f8e18b20fdf8998f57917a2822 /lib/tools/priv/index.html | |
parent | f658c063ad5c587a354e24233de3405953bd7cec (diff) | |
download | otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.gz otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.bz2 otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.zip |
Remove the deprecated webtool application
Diffstat (limited to 'lib/tools/priv/index.html')
-rw-r--r-- | lib/tools/priv/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/tools/priv/index.html b/lib/tools/priv/index.html deleted file mode 100644 index 6b60ef5d0a..0000000000 --- a/lib/tools/priv/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<HTML> -<HEAD> -<TITLE>Erlang webb tools </TITLE> -</HEAD> -<FRAMESET COLS="250,*"> -<FRAME NAME="menu" SRC="/webcover/erl/cover_web/menu_frame"> -<FRAME NAME="main" SRC="/webcover/erl/cover_web/compile_frame"> -</FRAMESET> -</HTML> - |