1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-09-02 08:57:19 +00:00
2016-02-01 23:19:30 +01:00

18 lines
446 B
Plaintext

doctype html
html
head
meta(charset="utf-8")
title Advanced JSON Editor Example
body
script(src="../js/jsoneditor.js")
button#submit Submit (console.log)
button#restore Restore to Default
button#enable_disable Disable/Enable Form
span#valid_indicator
#editor_holder
script(type='text/javascript').
var pokedata = !{JSON.stringify(data)};
script(src="../js/modify.js").