Fixing ui-apps.md

forgot `` around the <style> so it was leading to an error
This commit is contained in:
BoubouleTheCutestHamster 2025-01-16 12:33:41 +01:00 committed by O1LER
parent 936f826599
commit aa5034aa60

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 - app.png | The image file showing in the app selector
### UI-App style ### 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 ## Example