SHARE
TWEET

Storm Team Scraper HTML

Mr_Moko Jan 30th, 2016 11 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <script type="text/javascript" src="../scripts/find.js"></script>
  5. </head>
  6. <body background="../Img/back.png">
  7.  
  8. <img id = "logo" src = "../Img/logo.png" width = "123" height = "100">
  9.  
  10. <!--<h1>Team Finder</h1>-->
  11. <p id="title">Storm Robotics Team Finder</p>
  12.  
  13. <!--Output-->
  14. <p id="blank"> </p>
  15.  
  16. <button type = "button"
  17. onclick = "req()">
  18. Go!</button>
  19.  
  20. <p id="explain">This should gather a list of all the FRC Team numbers in the world.</p>
  21.  
  22.  
  23. </body>
  24. </html>
RAW Paste Data
Top