Guest User

Untitled

a guest
Jan 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html <?php language_attributes(); ?>>
  3. <head>
  4. <meta charset="<?php bloginfo( 'charset' ); ?>">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="profile" href="http://gmpg.org/xfn/11">
  7.  
  8. <?php wp_head(); ?>
  9.  
  10. <script type="text/javascript">
  11. var ABSPATH = "<?php bloginfo('template_url'); ?>";
  12. </script>
  13. </head>
  14. <?php
  15. $setup_screen = new Landing;
  16. $setup_screen->render_screen();
  17. ?>
  18. <body <?php body_class(); ?>>
  19. <div id="page" class="site">
  20. <header id="masthead" class="header">
Add Comment
Please, Sign In to add comment