Advertisement
Guest User

Wonka Website

a guest
Oct 31st, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.04 KB | None | 0 0
  1. <!--NOTE, IN ORDER FOR THIS TO WORK, YOU MUST TURN THIS INTO A '.html' FILE, PUT IT IN A FOLDER WITH A SUBFOLDER CALLED 'fonts' (DO NOT PUT THE '.html' FILE IN THE 'fonts' FOLDER), DOWNLOAD http://www.dafont.com/willywonka.font AND PUT THAT IN THE FONTS FOLDER, THEN LAUNCH THE '.html' FILE-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Trasnitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html>
  6. <head>
  7.     <style type="text/css">
  8.         @font-face { font-family: Wonka; src: url('fonts/WillyWonka.ttf'); }
  9.         h1 {font-family:Wonka; line-height:150%; color:#B40404;}
  10.         p {line-height:100%; color:#B40404; font-family:verdana;}
  11.     </style>
  12.     <h1>Welcome to Wonka's World</h1>
  13. </head>
  14. <body>
  15.     <p>Good day, mates. Wonka here.</p><p style=color:#31B404>Just uploading the first post of </p><p style=color:#B40404>my new account. Have a <strong>Happy</strong> </p><p style=color:#31B404><strong>Christmas</strong>, everybody!</p><br />
  16.     <a href="http://i.imgur.com/TOvKvQb.jpg"><img src="http://i.imgur.com/TOvKvQb.jpg"></a>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement