| 1234567891011121314151617181920212223242526272829303132 |
- <rml>
- <head>
- <title>Demo</title>
- <link type="text/template" href="/assets/window.rml" />
- <style>
- body
- {
- width: 300dp;
- height: 225dp;
-
- margin: auto;
- }
-
- div#title_bar div#icon
- {
- display: none;
- }
-
- div#content
- {
- text-align: left;
- }
- lottie {
- width: 100%;
- max-height: 100%;
- }
- </style>
- </head>
- <body template="window">
- <lottie src="a_mountain.json"></lottie>
- </body>
- </rml>
|