Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Input:
  2. [-Some Topic-][#This is a body paragraph. The generator even features neat stuff like [*href links!*]#]
  3.  
  4. Output:
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <link rel="stylesheet" type="text/css" href="/trentv4/resources/stylesheet.css">
  9. <title>Trent's Projects</title>
  10. <link rel="icon" type="image/png" href="/trentv4/resources/icon.png">
  11. </head>
  12. <body>
  13. <div id="all">
  14.  
  15. <div class="topper">
  16. <p>Some Topic</p>
  17. </div>
  18.  
  19. <div class="content">
  20. <p>This is a body paragraph. The generator even features neat stuff like <a href="href links!"></a></p>
  21. </div>
  22.  
  23. </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement