forked from extern/egroupware
31 lines
945 B
HTML
31 lines
945 B
HTML
|
<!--
|
||
|
* FCKeditor - The text editor for internet
|
||
|
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
||
|
*
|
||
|
* Licensed under the terms of the GNU Lesser General Public License:
|
||
|
* http://www.opensource.org/licenses/lgpl-license.php
|
||
|
*
|
||
|
* For further information visit:
|
||
|
* http://www.fckeditor.net/
|
||
|
*
|
||
|
* "Support Open Source software. What about a donation today?"
|
||
|
*
|
||
|
* File Name: default.html
|
||
|
* Samples Frameset page.
|
||
|
*
|
||
|
* File Authors:
|
||
|
* Frederico Caldeira Knabben (fredck@fckeditor.net)
|
||
|
-->
|
||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>FCKeditor - Samples</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="robots" content="noindex, nofollow">
|
||
|
</head>
|
||
|
<frameset rows="60,*">
|
||
|
<frame src="sampleslist.html" noresize scrolling="no">
|
||
|
<frame name="Sample" src="html/sample01.html" noresize>
|
||
|
</frameset>
|
||
|
</html>
|