Advertisement
Guest User

nakurwiator30000

a guest
Oct 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <DOCYPE html PUBLIC '-//WAPFORUM/DTD XHTML Mobile 1.0//EN' 'html://www.wapforum.org/DTD/xhtml-mobile10.dtd'>
  2. <html xmlns='http://www.w3.org/1999/xhtml'>
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  5. <title>TYTUŁ</title>
  6. </head>
  7. <body>
  8.  
  9. <div id='header'>
  10. <h1>
  11. <a href="<?php print home_url('/'); ?>" rel=home">
  12. <?php bloginfo('name'); ?>
  13. </a>
  14. </h1>
  15. <?php bloginfo('description');?>
  16. </div>
  17.  
  18. <div id='main'>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement