Advertisement
zinc55

Untitled

Feb 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>ShibeNet</title>
  5.         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
  6.         <link rel="stylesheet" type="text/css" href="res/css/main.css" />
  7.         <link rel="stylesheet" type="text/css" href="res/css/topbar.css" />
  8.     </head>
  9.     <body>
  10.         <div id="bodyWrapper">
  11.             <header id="topBar">
  12.                 <div id="topBarLogo">
  13.                     <img src="http://cf4.c.stevenquan.net/hosted/DOGENET/static/img/doge-gif.gif" />
  14.                 </div>
  15.                 <ul id="topBarLinks">
  16.                     <li><a href="#" id="topLinkTorrents">Torrents</a></li>
  17.                     <li><a href="#" id="topLinkDownload">Direct Download Sites</a></li>
  18.                     <li><a href="#" id="topLinkDownload">Stream Now!</a></li>
  19.                 </ul>
  20.             </header> <!-- /topBar -->
  21.             <div id="bodyContent">
  22.                 <h1 class="bigTitle">ShibeNet Services - <span id="titleDlType">Loading...</span></h1>
  23.                
  24.                 <div id="contentTorrent">
  25.                     <form>
  26.                         <input type="text" id="magnetLink"/> <br />
  27.                         <select id="torrentType">
  28.                             <option value="" disabled selected>Select the type of content</option>
  29.                             <option>tv</option>
  30.                             <option>movies</option>
  31.                             <option>music</option>
  32.                             <option>anime</option>
  33.                             <option>magna</option>
  34.                         </select> <br />
  35.                         <input type="button" value="Download" id="downloadTorrent"/>
  36.                     </form>
  37.                 </div>
  38.                
  39.                 <div id="contentDownloadSite">
  40.                     <h2> Such AJAX. Much Wow.</h2>
  41.                 </div>
  42.                
  43.             </div>
  44.             <footer id="mainFooter">
  45.                
  46.             </footer>
  47.         </div>
  48.        
  49.         <script src="res/js/page.js"></script>
  50.         <script src="res/js/nav.js"></script>
  51.         <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
  52.         <script src="res/js/setup.js"></script>
  53.         <script src="res/js/send.js"></script>
  54.        
  55.     </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement