| 123456789101112131415161718192021222324252627282930313233 |
- <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 {
- display: block;
- width: 100%;
- max-height: 100%;
- }
- </style>
- </head>
- <body template="window">
- <lottie src="a_mountain.json"></lottie>
- </body>
- </rml>
|