Update index.html

This commit is contained in:
DremOS Developing Team 2018-12-17 11:34:44 -06:00 committed by GitHub
parent 1ac89c9b6b
commit 4fcfffe6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="js/tinymce/tinymce.min.js"></script>
<script src='https://cloud.tinymce.com/stable/tinymce.min.js'>
<script>tinymce.init({ selector: #mytextarea });</script>
</head>