mirror of https://github.com/torappinfo/uweb
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
387 B
HTML
16 lines
387 B
HTML
<style type="text/css" media="screen">
|
|
#editor {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
</style>
|
|
<script src="http://cdn.bootcss.com/ace/1.2.3/ace.js"></script>
|
|
<script src="http://cdn.bootcss.com/ace/1.2.3/ext-language_tools.js"></script>
|
|
<script src="ace.js"></script>
|
|
<pre id="editor">
|
|
<h1>title</h1>
|
|
<div>hi</div>
|