Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libjs-codemirror /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
activeline.html
3.26
KB
-rw-r--r--
2022-10-24 16:35
anywordhint.html
2.87
KB
-rw-r--r--
2022-10-24 16:35
bidi.html
4.88
KB
-rw-r--r--
2022-10-24 16:35
btree.html
2.94
KB
-rw-r--r--
2022-10-24 16:35
buffers.html
3.59
KB
-rw-r--r--
2022-10-24 16:35
changemode.html
1.78
KB
-rw-r--r--
2022-10-24 16:35
closebrackets.html
1.72
KB
-rw-r--r--
2022-10-24 16:35
closetag.html
1.58
KB
-rw-r--r--
2022-10-24 16:35
complete.html
4.4
KB
-rw-r--r--
2022-10-24 16:35
emacs.html
2.76
KB
-rw-r--r--
2022-10-24 16:35
folding.html
6.12
KB
-rw-r--r--
2022-10-24 16:35
fullscreen.html
3.53
KB
-rw-r--r--
2022-10-24 16:35
hardwrap.html
2.62
KB
-rw-r--r--
2022-10-24 16:35
html5complete.html
1.99
KB
-rw-r--r--
2022-10-24 16:35
indentwrap.html
2.62
KB
-rw-r--r--
2022-10-24 16:35
loadmode.html
2.31
KB
-rw-r--r--
2022-10-24 16:35
marker.html
1.53
KB
-rw-r--r--
2022-10-24 16:35
markselection.html
1.94
KB
-rw-r--r--
2022-10-24 16:35
matchhighlighter.html
4.89
KB
-rw-r--r--
2022-10-24 16:35
matchtags.html
1.48
KB
-rw-r--r--
2022-10-24 16:35
multiplex.html
2.25
KB
-rw-r--r--
2022-10-24 16:35
mustache.html
2.18
KB
-rw-r--r--
2022-10-24 16:35
panel.html
3.57
KB
-rw-r--r--
2022-10-24 16:35
placeholder.html
1.55
KB
-rw-r--r--
2022-10-24 16:35
preview.html
2.54
KB
-rw-r--r--
2022-10-24 16:35
requirejs.html
2.27
KB
-rw-r--r--
2022-10-24 16:35
resize.html
1.4
KB
-rw-r--r--
2022-10-24 16:35
rulers.html
1.45
KB
-rw-r--r--
2022-10-24 16:35
runmode-standalone.html
2.3
KB
-rw-r--r--
2022-10-24 16:35
runmode.html
2.36
KB
-rw-r--r--
2022-10-24 16:35
search.html
4.89
KB
-rw-r--r--
2022-10-24 16:35
simplemode.html
8.14
KB
-rw-r--r--
2022-10-24 16:35
simplescrollbars.html
5.1
KB
-rw-r--r--
2022-10-24 16:35
spanaffectswrapping_shim.html
3
KB
-rw-r--r--
2022-10-24 16:35
sublime.html
3.23
KB
-rw-r--r--
2022-10-24 16:35
theme.html
7.5
KB
-rw-r--r--
2022-10-24 16:35
trailingspace.html
1.61
KB
-rw-r--r--
2022-10-24 16:35
variableheight.html
2.12
KB
-rw-r--r--
2022-10-24 16:35
vim.html
4.32
KB
-rw-r--r--
2022-10-24 16:35
visibletabs.html
1.89
KB
-rw-r--r--
2022-10-24 16:35
xmlcomplete.html
3.78
KB
-rw-r--r--
2022-10-24 16:35
Save
Rename
<!doctype html> <title>CodeMirror: HTML5 preview</title> <meta charset="utf-8"/> <link rel=stylesheet href="../html/docs.css"> <link rel=stylesheet href=/usr/share/javascript/codemirror/lib/codemirror.css> <script src=/usr/share/javascript/codemirror/lib/codemirror.js></script> <script src=/usr/share/javascript/codemirror/mode/xml/xml.js></script> <script src=/usr/share/javascript/codemirror/mode/javascript/javascript.js></script> <script src=/usr/share/javascript/codemirror/mode/css/css.js></script> <script src=/usr/share/javascript/codemirror/mode/htmlmixed/htmlmixed.js></script> <style type=text/css> .CodeMirror { float: left; width: 50%; border: 1px solid black; } iframe { width: 49%; float: left; height: 300px; border: 1px solid black; border-left: 0px; } </style> <div id=nav> <a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../html/logo.png"></a> <ul> <li><a href="../index.html">Home</a> <li><a href="../html/manual.html">Manual</a> <li><a href="https://github.com/codemirror/codemirror">Code</a> </ul> <ul> <li><a class=active href="#">HTML5 preview</a> </ul> </div> <article> <h2>HTML5 preview</h2> <textarea id=code name=code> <!doctype html> <html> <head> <meta charset=utf-8> <title>HTML5 canvas demo</title> <style>p {font-family: monospace;}</style> </head> <body> <p>Canvas pane goes here:</p> <canvas id=pane width=300 height=200></canvas> <script> var canvas = document.getElementById('pane'); var context = canvas.getContext('2d'); context.fillStyle = 'rgb(250,0,0)'; context.fillRect(10, 10, 55, 50); context.fillStyle = 'rgba(0, 0, 250, 0.5)'; context.fillRect(30, 30, 55, 50); </script> </body> </html></textarea> <iframe id=preview></iframe> <script> var delay; // Initialize CodeMirror editor with a nice html5 canvas demo. var editor = CodeMirror.fromTextArea(document.getElementById('code'), { mode: 'text/html' }); editor.on("change", function() { clearTimeout(delay); delay = setTimeout(updatePreview, 300); }); function updatePreview() { var previewFrame = document.getElementById('preview'); var preview = previewFrame.contentDocument || previewFrame.contentWindow.document; preview.open(); preview.write(editor.getValue()); preview.close(); } setTimeout(updatePreview, 300); </script> </article>