Advertisement
peterspike12

HTML

Jan 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <body>
  2. <h3>Crash Checking</h3>
  3. <label>Hash:</label>
  4. <input type="text" id="hashInput" placeholder="Hash"/>
  5. <br>
  6. <label>Crash to check:</label>
  7. <input type="text" id="crashInput" placeholder="1000"/>
  8. <br>
  9. <label>Games to check:</label>
  10. <input type="text" id="gamesInput" placeholder="10000"/>
  11. <br>
  12. <p id="status">Waiting for check...</p>
  13. <br>
  14. <button onclick="requestCheck()">Check</button>
  15. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement