mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
8 lines
282 B
HTML
8 lines
282 B
HTML
|
<afx-app-window apptitle="LibGitGraph" width="600" height="400" data-id="GitGraph">
|
||
|
<afx-hbox >
|
||
|
<div data-id="git-graph">
|
||
|
</div>
|
||
|
<!--afx-resizer data-width="3"></afx-resizer>
|
||
|
<div data-id="commit-detail"></div-->
|
||
|
</afx-hbox>
|
||
|
</afx-app-window>
|