inventory.rml 266 B

12345678910111213141516
  1. <rml>
  2. <head>
  3. <link type="text/template" href="../../../assets/window.rml"/>
  4. <link type="text/css" href="tutorial.rcss"/>
  5. <title>Inventory</title>
  6. <style>
  7. body
  8. {
  9. width: 400dp;
  10. height: 300dp;
  11. }
  12. </style>
  13. </head>
  14. <body template="window">
  15. </body>
  16. </rml>