Advertisement
Guest User

header.php

a guest
Oct 10th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.21 KB | None | 0 0
  1. <?php
  2. print <<<EOT
  3. <html lang="en">
  4.     <head>
  5.         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  6.         <meta http-equiv="Content-Language" content="en-gb" />
  7.         <meta name="keywords" content="Minecraft Hosting, Minecraft, Hosting, VoxelHost, VoxelHost, Cheap, Reliable, Great Support, Great, Support, Europe, Best Minecraft Host, Best, Minecraft, Host" />
  8.         <meta name="description" content="Voxel Host delivers Cheap and Reliable Hosting Solutions for your daily needs." />
  9.         <link rel="shortcut icon" type="image/png" href="https://www.voxelhost.com/img/icon.png" />
  10.         <title>Voxel Host - Cheap And Reliable Hosting Solutions</title>
  11.         <link rel="stylesheet" type="text/css" href="https://www.voxelhost.com/css/bootstrap.css" media="all" />
  12.         <link rel="stylesheet" type="text/css" href="https://www.voxelhost.com/css/voxelhost.css" media="all" />
  13.         <link rel="stylesheet" type="text/css" href="https://www.voxelhost.com/css/nivo-slider.css" media="all" />
  14.         <link rel="stylesheet" type="text/css" href="https://www.voxelhost.com/css/default.css" media="all" />
  15.         <link rel="stylesheet" type="text/css" href="https://www.voxelhost.com/css/font-awesome.css" />
  16.         <script type="text/javascript" src="https://www.voxelhost.com/js/jquery.min.js"></script>
  17.         <script type="text/javascript" src="https://www.voxelhost.com/js/bootstrap.min.js"></script>
  18.         <script type="text/javascript" src="https://www.voxelhost.com/js/jquery.slider.nivo.js"></script>
  19.         <!--Start of Zopim Live Chat Script-->
  20.         <script type="text/javascript">
  21.             window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
  22.             d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
  23.             _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
  24.             $.src='//cdn.zopim.com/?bIkq1WcfGahuJo4awX9QoDtEdvXXAClp';z.t=+new Date;$.
  25.             type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
  26.         </script>
  27.         <!--End of Zopim Live Chat Script-->
  28.         <script type="text/javascript">
  29.             var _gaq = _gaq || [];
  30.             _gaq.push(['_setAccount', 'UA-35044907-1']);
  31.             _gaq.push(['_setDomainName', 'voxelhost.com']);
  32.             _gaq.push(['_trackPageview']);
  33.            
  34.             (function() {
  35.               var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  36.               ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  37.               var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  38.             })();
  39.            
  40.         </script>
  41.     </head>
  42.     <body>
  43.         <!--- <div class="alertbar inactive"></div>
  44.         <div class="infobar">We are starting the 20th of October! See you soon!</div>
  45.         <div class="succesbar inactive"></div>
  46.         <div id="topbar">
  47.             <ul>
  48.                 <li><a href="https://www.voxelhost.com/billing/supporttickets.php">Support Ticket</a></li>
  49.                 <li><a href="mailto:info@voxelhost.com">Email</a></li>
  50.                 <li><a href="skype:martijnriemers?chat">Skype</a></li>
  51.             </ul>
  52.         </div>
  53.         --->
  54.         <div id="logo">
  55.             <div class="align">
  56.                 <div class="left" style="width: 500px;">
  57.                     <a href="#"><img src="https://www.voxelhost.com/img/logo.png" /></a>
  58.                 </div>
  59.                 <div class="clear"></div>
  60.             </div>
  61.         </div>
  62.         <div id="wrapper">
  63. EOT;
  64. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement