Advertisement
Sinax

index.html

Mar 2nd, 2016
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.49 KB | None | 0 0
  1. <?php require 'config.php'; ?>
  2. <html>
  3.     <head>
  4.         <meta charset="ISO-8859-1">
  5.         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6.         <meta http-equiv="cleartype" content="on">
  7.         <meta name="keywords" content="Optima-Network">
  8.         <meta name="description" content="Optima-Network Index">
  9.         <title>Optima-Network</title>
  10.         <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic">
  11.         <link rel="stylesheet" href="style.css">
  12.         <script>var jQl={q:[],dq:[],gs:[],ready:function(a){'function'==typeof a&&jQl.q.push(a);return jQl},getScript:function(a,c){jQl.gs.push([a,c])},unq:function(){for(var a=0;a<jQl.q.length;a++)jQl.q[a]();jQl.q=[]},ungs:function(){for(var a=0;a<jQl.gs.length;a++)jQuery.getScript(jQl.gs[a][0],jQl.gs[a][1]);jQl.gs=[]},bId:null,boot:function(a){'undefined'==typeof window.jQuery.fn?jQl.bId||(jQl.bId=setInterval(function(){jQl.boot(a)},25)):(jQl.bId&&clearInterval(jQl.bId),jQl.bId=0,jQl.unqjQdep(),jQl.ungs(),jQuery(jQl.unq()), 'function'==typeof a&&a())},booted:function(){return 0===jQl.bId},loadjQ:function(a,c){setTimeout(function(){var b=document.createElement('script');b.src=a;document.getElementsByTagName('head')[0].appendChild(b)},1);jQl.boot(c)},loadjQdep:function(a){jQl.loadxhr(a,jQl.qdep)},qdep:function(a){a&&('undefined'!==typeof window.jQuery.fn&&!jQl.dq.length?jQl.rs(a):jQl.dq.push(a))},unqjQdep:function(){if('undefined'==typeof window.jQuery.fn)setTimeout(jQl.unqjQdep,50);else{for(var a=0;a<jQl.dq.length;a++)jQl.rs(jQl.dq[a]); jQl.dq=[]}},rs:function(a){var c=document.createElement('script');document.getElementsByTagName('head')[0].appendChild(c);c.text=a},loadxhr:function(a,c){var b;b=jQl.getxo();b.onreadystatechange=function(){4!=b.readyState||200!=b.status||c(b.responseText,a)};try{b.open('GET',a,!0),b.send('')}catch(d){}},getxo:function(){var a=!1;try{a=new XMLHttpRequest}catch(c){for(var b=['MSXML2.XMLHTTP.5.0','MSXML2.XMLHTTP.4.0','MSXML2.XMLHTTP.3.0','MSXML2.XMLHTTP','Microsoft.XMLHTTP'],d=0;d<b.length;++d){try{a= new ActiveXObject(b[d])}catch(e){continue}break}}finally{return a}}};if('undefined'==typeof window.jQuery){var $=jQl.ready,jQuery=$;$.getScript=jQl.getScript};</script>
  13.         <!--[if lt IE 9]>
  14.             <script>jQl.loadjQ('//cdn.jsdelivr.net/g/modernizr,selectivizr,prefixfree,jquery@1.11.0,jquery.equalize,jquery.downboy');</script>
  15.         <![endif]-->
  16.         <!--[if IE 9]><!-->
  17.             <script>jQl.loadjQ('//cdn.jsdelivr.net/g/modernizr,prefixfree,jquery,jquery.equalize,jquery.downboy');</script>
  18.         <!--<![endif]-->
  19.         <script>
  20.             $(function(){
  21.                 equalize();
  22.                 downBoy();
  23.                 window.onresize = function() {
  24.                     equalize();
  25.                     downBoy();
  26.                 }
  27.             })
  28.         </script>
  29.     </head>
  30.     <body>
  31.         <div id="headcontainer">
  32.             <header>
  33.                 <h1>Willkommen auf</h1>
  34.                 <h5>Optima-Network</h5>
  35.                 <br />
  36.                 <h5>Test | Test</h5>
  37.             </header>
  38.         </div>
  39.         <div id="maincontentcontainer">
  40.             <div id="maincontent">
  41.                 <div class="section group">
  42.  
  43.  
  44. echo 'ashdhsadohsaodhsaodhsoaihjdnolsahndsa';
  45.  
  46.                 </div>
  47.             </div>
  48.         </div>
  49.     </div> 
  50.         <div id="footercontainer">
  51.             <footer class="section group">
  52.                 <div class="col span_5_of_8"><p class="left">Copyright &copy; <?php echo date('Y').' '.$Title; ?></p></div>
  53.                 <div class="col span_1_of_8"><p><a href="//status.example.corp/">Status</a></div>
  54.                 <div class="col span_1_of_8"><p><a href="//forum.example.corp/">Disclaimer</a></div>
  55.                 <div class="col span_1_of_8"><p><a href="//www.example.corp/legal/copyright/">Copyright</a></p></div>
  56.             </footer>
  57.         </div>
  58.     </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement