Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>ShibeNet</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="res/css/main.css" />
- <link rel="stylesheet" type="text/css" href="res/css/topbar.css" />
- </head>
- <body>
- <div id="bodyWrapper">
- <header id="topBar">
- <div id="topBarLogo">
- <img src="http://cf4.c.stevenquan.net/hosted/DOGENET/static/img/doge-gif.gif" />
- </div>
- <ul id="topBarLinks">
- <li><a href="#" id="topLinkTorrents">Torrents</a></li>
- <li><a href="#" id="topLinkDownload">Direct Download Sites</a></li>
- <li><a href="#" id="topLinkDownload">Stream Now!</a></li>
- </ul>
- </header> <!-- /topBar -->
- <div id="bodyContent">
- <h1 class="bigTitle">ShibeNet Services - <span id="titleDlType">Loading...</span></h1>
- <div id="contentTorrent">
- <form>
- <input type="text" id="magnetLink"/> <br />
- <select id="torrentType">
- <option value="" disabled selected>Select the type of content</option>
- <option>tv</option>
- <option>movies</option>
- <option>music</option>
- <option>anime</option>
- <option>magna</option>
- </select> <br />
- <input type="button" value="Download" id="downloadTorrent"/>
- </form>
- </div>
- <div id="contentDownloadSite">
- <h2> Such AJAX. Much Wow.</h2>
- </div>
- </div>
- <footer id="mainFooter">
- </footer>
- </div>
- <script src="res/js/page.js"></script>
- <script src="res/js/nav.js"></script>
- <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
- <script src="res/js/setup.js"></script>
- <script src="res/js/send.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement