12 строки
392 B
HTML
12 строки
392 B
HTML
<!DOCTYPE html>
|
|
<html style="height:100%">
|
|
<head>
|
|
<title>GECEditor</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.min.css" />
|
|
</head>
|
|
<body style="height:100%">
|
|
<crn-editor-widget id="crn-editor" style="height:100%; display:block"></crn-editor-widget>
|
|
</body>
|
|
</html>
|