diff options
Diffstat (limited to 'library/tinymce/examples/index.html')
-rw-r--r-- | library/tinymce/examples/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/library/tinymce/examples/index.html b/library/tinymce/examples/index.html deleted file mode 100644 index 6ebfbea57..000000000 --- a/library/tinymce/examples/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<html>
-<head>
- <title>TinyMCE examples</title>
-</head>
-<frameset cols="180,80%">
- <frame src="menu.html" name="menu" />
- <frame src="full.html" name="main" />
-</frameset>
-</html>
|