mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-20 15:59:45 +02:00
add afx-label and afx-switch
This commit is contained in:
11
src/core/schemes/about.html
Normal file
11
src/core/schemes/about.html
Normal file
@ -0,0 +1,11 @@
|
||||
<afx-app-window data-id = 'about-window' width='300' height='200'>
|
||||
<afx-hbox>
|
||||
<div style="text-align:center; margin-top:10px;" data-height="50">
|
||||
<h3 style = "margin:0;padding:0;">
|
||||
<afx-label data-id = 'mylabel'></afx-label>
|
||||
</h3>
|
||||
<i><p style = "margin:0; padding:0" data-id = 'mydesc'></p></i>
|
||||
</div>
|
||||
<afx-grid-view data-id = 'mygrid'></afx-grid-view>
|
||||
</afx-hbox>
|
||||
</afx-app-window>
|
Reference in New Issue
Block a user