You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
450 B
HTML
17 lines
450 B
HTML
10 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<!--<title>Sample - CKEditor</title>-->
|
||
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||
|
<script data-main="main" src="bower/requirejs/require.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form action="#" method="post">
|
||
|
<textarea cols="80" id="editor1" name="editor1" rows="10">
|
||
|
Loading... (or maybe you have Javascript disabled?)
|
||
|
</textarea>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|
||
|
|