File: index.html

package info (click to toggle)
tinymce 3.4.8%2Bdfsg0-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,968 kB
  • ctags: 548
  • sloc: makefile: 52; sh: 14
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
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>