Advertisement
Guest User

Untitled

a guest
May 28th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html <?php language_attributes() ?>>
  3. <head>
  4. <meta charset="<?php bloginfo('charset') ?>" />
  5. <title><?php bloginfo() ?></title>
  6.  
  7. <!-- Stylesheets -->
  8. <link rel="stylesheet" href="<?php bloginfo('template_url') ?>/css/style.css" />
  9. </head>
  10. <body>
  11.  
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement