Ticket #9447: test.html

File test.html, 457 bytes (added by Piotrek Koszuliński, 12 years ago)
Line 
1<!DOCTYPE html>
2<!--
3Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.html or http://ckeditor.com/license
5-->
6<html>
7<head>
8        <title></title>
9        <meta charset="utf-8">
10        <script src="ckeditor-dev/ckeditor.js"></script>
11</head>
12<body>
13        <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10">
14                &lt;p&gt;
15                        test test &lt;u&gt;test&lt;u&gt; test.
16                &lt;/p&gt;
17        </textarea>
18</body>
19</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy