aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce/vendor/tinymce/examples/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tinymce/vendor/tinymce/examples/index.html')
-rw-r--r--mod/tinymce/vendor/tinymce/examples/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/tinymce/vendor/tinymce/examples/index.html b/mod/tinymce/vendor/tinymce/examples/index.html
new file mode 100644
index 000000000..6ebfbea57
--- /dev/null
+++ b/mod/tinymce/vendor/tinymce/examples/index.html
@@ -0,0 +1,10 @@
+<!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>