Advertisement
Guest User

HTML Tile - Web, Tech & Gadgetry

a guest
Oct 23rd, 2013
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="style.css" />
  4. <title>Metro Tiles</title>
  5. </head>
  6.  
  7. <body>
  8. <h1>Metro Tiles</h1>
  9.  
  10. <div id="tile">
  11. <div id="tileCaption">
  12. World of Warcraft
  13. </div>
  14. </div>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement