rebuilding site Mon Sep 6 01:54:11 PM CST 2021

This commit is contained in:
James Feng Cao 2021-09-06 13:54:12 +08:00
parent b706b0497a
commit 2d5aab37cc
6 changed files with 97 additions and 23 deletions

15
searchurl/ace_t.html Normal file
View file

@ -0,0 +1,15 @@
<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>