inventory.rml 373 B

12345678910111213141516171819202122
  1. <rml>
  2. <head>
  3. <link type="text/template" href="../../../assets/window.rml"/>
  4. <link type="text/css" href="icon.rcss"/>
  5. <title>Inventory</title>
  6. <style>
  7. body
  8. {
  9. width: 400px;
  10. height: 300px;
  11. }
  12. /* Hide the window icon. */
  13. div#title_bar div#icon
  14. {
  15. display: none;
  16. }
  17. </style>
  18. </head>
  19. <body template="window">
  20. </body>
  21. </rml>