Article_Gen4 / index.html
Dede16's picture
Upload index.html
1033038
raw
history blame
727 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<textarea id="wysiwyg-editor" style="height: 300px; width: 100%;"></textarea>
<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/5/tinymce.min.js"></script>
<script>
tinymce.init({
selector: '#wysiwyg-editor',
plugins: 'lists advlist autolink link image charmap print preview hr anchor pagebreak',
toolbar: 'undo redo | bold italic underline | fontselect fontsizeselect | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
menubar: false,
content_style: 'body { background-color: #143; color: #fff; }'
});
</script>
</body>
</html>