Advertisement
Guest User

demo.rml

a guest
Jan 18th, 2016
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <rml>
  2.     <head>
  3.         <title>Demo</title>
  4.         <link type="text/template" href="window.rml" />
  5.         <style>
  6.             body
  7.             {
  8.                 width: 300px;
  9.                 height: 225px;
  10.                
  11.                 margin: auto;
  12.             }
  13.            
  14.             div#title_bar div#icon
  15.             {
  16.                 display: none;
  17.             }
  18.            
  19.             div#content
  20.             {
  21.                 text-align: left;
  22.             }
  23.         </style>
  24.     </head>
  25.     <body template="window">
  26.     <p>
  27.         This is a sample. ooooooooooooooooooooooooooooooooooooo
  28.     </p>
  29.     <p>
  30.         hehe
  31.     </p>
  32.     <img src="high_scores_alien_2.tga"></img>
  33.  
  34.     </body>
  35. </rml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement