Advertisement
Guest User

Untitled

a guest
Jan 16th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.31 KB | None | 0 0
  1. <head>
  2.   <title>hello</title>
  3.     <style>
  4.     #cy {
  5.     height: 100%;
  6.     width: 100%;
  7.     position: absolute;
  8.     left: 100px;
  9.     top: 200px;
  10. }
  11.  
  12. </style>
  13.  
  14. </head>
  15.  
  16. <body>
  17.   <h1>Welcome to Meteor!b</h1>
  18.  
  19.  
  20.  
  21.   {{>graf}}
  22.  
  23. </body>
  24.  
  25.  
  26.  
  27. <template name="graf">
  28.  
  29. <div id="cy" ></div>
  30.  
  31. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement