| 12345678910111213141516171819202122232425262728 |
- <rml>
- <head>
- <title>Demo</title>
- <link type="text/template" href="window.rml" />
- <style>
- body
- {
- width: 300dp;
- height: 225dp;
- margin: auto;
- }
- div#title_bar div#icon
- {
- display: none;
- }
- div#content
- {
- text-align: left;
- }
- </style>
- </head>
- <body template="window">
- This is a sample.
- </body>
- </rml>
|