1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
2 | <!-- |
---|
3 | * WYMeditor : what you see is What You Mean web-based editor |
---|
4 | * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ |
---|
5 | * Dual licensed under the MIT (MIT-license.txt) |
---|
6 | * and GPL (GPL-license.txt) licenses. |
---|
7 | * |
---|
8 | * For further information visit: |
---|
9 | * http://www.wymeditor.org/ |
---|
10 | * |
---|
11 | * File Name: |
---|
12 | * wymiframe.html |
---|
13 | * Iframe used by designMode. |
---|
14 | * See the documentation for more info. |
---|
15 | * |
---|
16 | * File Authors: |
---|
17 | * Jean-Francois Hovinne (jf.hovinne a-t wymeditor dotorg) |
---|
18 | --> |
---|
19 | <html> |
---|
20 | <head> |
---|
21 | <title>WYMeditor iframe</title> |
---|
22 | <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> |
---|
23 | <link rel="stylesheet" type="text/css" media="screen" href="wymiframe.css" /> |
---|
24 | </head> |
---|
25 | <body class="wym_iframe"></body> |
---|
26 | </html> |
---|