Advertisement
av20147906

Untitled

Dec 9th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <script src="https://www.gtatic.com/firebasejs/6.1.1/firebase.js"></script>
  5. <script src="script.js"></script>
  6. <title>Write to Firebase</title>
  7.  
  8. <!-- import the webpage's stylesheet -->
  9. <link rel="stylesheet" href="/style.css">
  10.  
  11. <!-- import the webpage's javascript file -->
  12. <script src="/script.js" defer></script>
  13. </head>
  14. <body>
  15. <h1>Gather Temperatures</h1>
  16.  
  17. Temperature: <input type="text" in="UserData"/>
  18. <input type="button" id="Submit" value="Submit" onclick="FormSubmission()"/>
  19.  
  20. <!-- include the Glitch button to show what the webpage is about and
  21. to make it easier for folks to view source and remix -->
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement