Merge branch 'main' into main

This commit is contained in:
Samuel Towers
2025-01-17 08:44:33 +11:00
committed by GitHub
2 changed files with 25 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ A UI-App needs four important files to work:
- app.png | The image file showing in the app selector
### UI-App style
We recommend using the <style> tag to style your app, a .css file will work, but you will not be able to see the changes in real-time.
We recommend using the ``<style>`` tag to style your app, a .css file will work, but you will not be able to see the changes in real-time.
## Example