Update index.html
This commit is contained in:
parent
37085a9758
commit
7d3fbd26de
|
@ -1 +1,10 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script src="js/tinymce/tinymce.min.js"></script>
|
||||
<script>tinymce.init({ selector:'textarea' });</script>
|
||||
</head>
|
||||
<body>
|
||||
<textarea>Welcome!</textarea>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue