Guest User

popup.html

a guest
Dec 16th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <title>JQ Page Monitor</title>
  5.         <style>
  6.             body{
  7.                 width: 250px;
  8.                 height: auto;
  9.             }
  10.         </style>
  11.     <script src="jquery.min.js"></script>
  12.     <script src="editorMarket.js"></script>
  13.     <link rel="stylesheet" type="text/css" href="editorMarket.css">
  14.     </head>
  15.     <body align="center">
  16.         <span class="start-button">
  17.             Start
  18.         </span>
  19.         <span class="stop-button">
  20.             Stop
  21.         </span>
  22.         <div class="lt" style="padding-top:15px">
  23.             Nothing to see...
  24.         </div>
  25.     </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment