Remove ckeditor

Remove tinymce
Begin migrate to mithril.js
This commit is contained in:
2023-02-18 07:35:06 +03:00
parent 7f4130fe19
commit 024d7fb10d
434 changed files with 822 additions and 25765 deletions

View File

@@ -0,0 +1,11 @@
let Footer = {
view: function() {
return {tag: '<', children: `<div class="row mt-3 py-3 bg-light">
<div class="col-md-1"></div>
<div class="col-md-10">
&copy; <a href="https://specialistoff.net/" target="_blank">RemiZOffAlex</a>
</div>
<div class="col-md-1"></div>
</div>`}
}
};