- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patheditor.html
More file actions
Latest commit
25 lines (20 loc) · 445 Bytes
/
Copy patheditor.html
File metadata and controls
25 lines (20 loc) · 445 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<htmllang="en">
<head>
<metacharset="utf-8">
<title>*.h2zero file editor</title>
<scriptsrc="https://code.jquery.com/jquery-2.2.1.min.js"/></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1>*.h2zero editor</h1>
<h2>Editor</h2>
<divid="content-editor">
</div>
<h2>Output</h2>
<divid="content-output">
</div>
</body>
</html>