Update index.html

This commit is contained in:
DremOS Developing Team 2018-06-30 00:37:37 -05:00 committed by GitHub
parent 37085a9758
commit 7d3fbd26de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>