Advertisement
Reptor7

PRE Template

Mar 23rd, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <!-- Open this HTML File in Mozilla Firefox or other browser -->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5.  <title>PRE Template</title>
  6.  <meta name="author" content="John Doe">
  7. </head>
  8. <body bgcolor="#f9f9f9">
  9. <h2 align=center>Basic PRE Template [DA2K]</h2>
  10. <hr>
  11. <pre>
  12.   Paste your formatted text in here.
  13.  
  14.             ..BLA
  15.                  BLA
  16.                     BLA..
  17.  
  18. List of common RGB colors from Firefox:
  19.  
  20. #F9F9F9 : Whiteish background color,
  21.           because white is too boring
  22.  
  23. #222222 : Dark Grayish background color,
  24.           used in image gallery browser
  25.  
  26. #E26A26 : Orange text color for headlines,
  27.           looks good on both light and
  28.           dark backgrounds
  29. </pre>
  30. <hr>
  31. <ul>
  32.  <li><a href="http://pastebin.com/xuuCr2pw" target=_blank>Firefox Template</a></li>
  33.  <li><a href="http://pastebin.com/SC3UsNrk" target=_blank>Firefox Font Styles</a></li>
  34. </ul>
  35. <p><a href="index.html">Back to index</a></p>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement