mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
7 lines
269 B
HTML
7 lines
269 B
HTML
|
<afx-app-window apptitle="Lua Playground" width="500" height="450" data-id="LuaPlayground">
|
||
|
<afx-vbox >
|
||
|
<div data-id="editorea"></div>
|
||
|
<afx-resizer data-height="5"></afx-resizer>
|
||
|
<div data-id="output"></div>
|
||
|
</afx-vbox>
|
||
|
</afx-app-window>
|