start export and import

This commit is contained in:
Mark Dermanov 2015-12-29 21:44:32 +03:00
commit 908508584f
2 changed files with 69 additions and 4 deletions

View file

@ -10,9 +10,13 @@
<h1>CodeX Editor</h1>
<button id="export_html">Экспорт</button>
<button id="import_html">Импорт</button>
<br>
<br>
<form action="">
<textarea name="" id="codex_editor" cols="30" rows="10"></textarea>
<textarea name="" id="codex_editor" cols="30" rows="10" style="width: 100%;height: 300px;"></textarea>
</form>