| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | <head> |
|---|
| 4 | <title></title> |
|---|
| 5 | <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
|---|
| 6 | <script type="text/javascript" src="/ckeditor/ckeditor_source.js"></script> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | <h1 style="margin-bottom:10000px"> |
|---|
| 10 | CKEditor Sample |
|---|
| 11 | </h1> |
|---|
| 12 | <p> |
|---|
| 13 | <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"></textarea> |
|---|
| 14 | </p> |
|---|
| 15 | </body> |
|---|
| 16 | </html> |
|---|