mirror of
https://github.com/BeamMP/Docs.git
synced 2025-07-01 15:35:56 +00:00
Fixing ui-apps.md
forgot `` around the <style> so it was leading to an error
This commit is contained in:
parent
936f826599
commit
aa5034aa60
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user