Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" class="no-js">
  3.     <head>
  4.         <meta charset="UTF-8" />
  5.         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6.         <link rel="stylesheet" type="text/css" href="css/default.css" />
  7.         <link rel="stylesheet" type="text/css" href="css/component.css" />
  8.         <script src="js/modernizr.custom.js"></script>
  9.        
  10.     </head>
  11.     <body class="cbp-spmenu-push">
  12.         <nav class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="cbp-spmenu-s1">
  13.             <h3>VΓƒΒ₯re servere (Click 2 Auto Join Server!)</h3>
  14.             <h1>Insurgency:</h1>
  15.             <a href="steam://connect/81.167.58.142:27015" target="_blank"><img src="http://cache.www.gametracker.com/server_info/81.167.58.142:27015/b_560_95_1.png" border="0" width="560" height="95" alt=""/></a>
  16.             <h1>Arma 3:</h1>
  17.             <a href="steam://rungameid/107410// connect/81.167.58.142:2302" target="_blank"><img src="http://cache.www.gametracker.com/server_info/81.167.58.142:2302/b_560_95_1.png" border="0" width="560" height="95" alt=""/></a>
  18.             <h1>Squad:</h1>
  19.             <a href="steam://rungameid/393380// +connect 92.220.81.25:7787"><img src="https://squad-servers.com/server/937/banners/banner-4.png" border="0"></a>
  20.         </nav>
  21.         <div class="container">
  22.             </header>
  23.             <div class="main">
  24.                 <section>
  25.                     <button id="showLeft">Gameservers</button>
  26.                 </section>
  27.             </div>
  28.         </div>
  29.         <script src="js/classie.js"></script>
  30.         <script>
  31.             var menuLeft = document.getElementById( 'cbp-spmenu-s1' ),
  32.                 showLeft = document.getElementById( 'showLeft' ),
  33.                 body = document.body;
  34.  
  35.             showLeft.onclick = function() {
  36.                 classie.toggle( this, 'active' );
  37.                 classie.toggle( menuLeft, 'cbp-spmenu-open' );
  38.                 disableOther( 'showLeft' );
  39.             };
  40.  
  41.             function disableOther( button ) {
  42.                 if( button !== 'showLeft' ) {
  43.                     classie.toggle( showLeft, 'disabled' );
  44.                 }
  45.             }
  46.         </script>
  47.     </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement