Advertisement
Guest User

html to wordpress

a guest
Jan 18th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.30 KB | None | 0 0
  1. <!-- header.php -->
  2. <!DOCTYPE html>
  3. <html>
  4. <body>
  5. <!-- header.php end -->
  6.  
  7. <!-- index.php -->
  8. <div id="main">
  9.     <h1>My First Heading</h1>
  10.     <p>My first paragraph.</p>
  11. </div>
  12. <!-- index.php end -->
  13.  
  14. <!-- footer.php -->
  15. <div id="footer">
  16.     ramerume
  17. </div>
  18. </body>
  19. </html>
  20. <!-- footer.php end -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement