-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
22 lines (22 loc) · 921 Bytes
/
template.html
File metadata and controls
22 lines (22 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div data-remodal-id="modal" id="simplejson_modal" class="skhtml">
<div id="simplejson_header" class="sk">
<div class="skimg"></div>
<span class="sktitle">JSON<sup>POP</sup></span>
<div class="buttons">
<button id="simplejson_errors" class="sk skerrors">Errors Found!</button>
<button id="simplejson_format" class="sk">Format</button>
<button id="simplejson_saveandclose" class="sk">Keep</button>
<button id="simplejson_cancel" class="sk">Cancel</button>
</div>
</div>
<div id="simplejson_body">
<textarea id="simplejson_textarea"></textarea>
</div>
<div id="simplejson_footer">
<div class="options">
<button id="simplejson_theme_light" class="sk">Light</button>
/
<button id="simplejson_theme_dark" class="sk">Dark</button>
</div>
</div>
</div>