Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <p> --- Latest Updates ---</p>
  5.  
  6. <p>8/28/15 - OfferWall Tool Added!</p>
  7.  
  8. <p>--- Upcoming Features ---</p>
  9.  
  10. <p>Complete site redesign!</p>
  11. <p>Small text edits!</p>
  12. <p>Server tune ups!</p>
  13.  
  14. <p>Stay Tuned For The Latest Updates! Beta Release Coming Soon!</p>
  15.  
  16. <p>Last Updated: 8/29/15 7:23 A.M. CDT</p>
  17.  
  18. <img src="HCH2b.gif" style="width:696px;height:300px;">
  19.  
  20.  
  21. </body>
  22. </html>
  23.  
  24. <!DOCTYPE html>
  25. <html>
  26. <head>
  27. <style>
  28. body {
  29. background-color: #ffa500;
  30. }
  31.  
  32. h1 {
  33. color: orange;
  34. text-align: center;
  35. }
  36.  
  37. p {
  38. font-family: "Times New Roman";
  39. font-size: 20px;
  40. }
  41. </style>
  42. </head>
  43. <body>
  44.  
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement