Advertisement
bentech4u

Untitled

May 20th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.         <head>
  4.         <script src="js/main.js" type="text/javascript"></script>
  5.         <script src="js/jquery-2.1.4.min.js" type="text/javascript"></script>
  6.         <link href="css/main.css" rel="stylesheet" type="text/css" />
  7.     </head>
  8.         <body onload="new Main()">
  9.  
  10.  <div id="ipProgress" class="p_wrap">
  11.   <div class="p_bar">
  12.     <progress id="ipProgress" value="0" min="0" max="0" />
  13.   </div>
  14.   <div class="p_text">
  15.     0 of 0 IP checked
  16.   </div>
  17. </div>
  18.  
  19.         <table id="mainTable" align="center">
  20.             <tr>
  21.                 <th>Name</th>
  22.                 <th>IP Address</th>
  23.                 <th>Size</th>
  24.                 <th>Mount</th>
  25.             </tr>
  26.  
  27.         </table>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement