antosdk-apps/LuaPlayground/build/debug/scheme.html

10 lines
447 B
HTML
Raw Normal View History

2018-04-14 17:41:57 +02:00
<afx-app-window apptitle="Lua Playground" width="500" height="450" data-id="LuaPlayground">
<afx-vbox >
<div data-id="editorea"></div>
2018-04-14 19:10:58 +02:00
<afx-resizer data-height="1"></afx-resizer>
<afx-hbox data-height="20" data-id="bottom-vbox">
<afx-button data-id = "log-clear" data-width="25" iconclass="fa fa-trash"></afx-button>
</afx-hbox>
2018-04-14 17:41:57 +02:00
<div data-id="output"></div>
</afx-vbox>
</afx-app-window>