Tech Tangents:Sandbox: Difference between revisions

From Tech Tangents
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
  <input type="file" />
  <input type="button" id="tt-button" value="Upload" />
   <script>
   <script>
     window.addEventListener("load", () => {
     window.addEventListener("load", () => {
Line 29: Line 25:
     });
     });
   </script>
   </script>
  <input type="file" id="tt-input"/>
  <input type="button" id="tt-button" value="Upload" />
</html>
</html>

Revision as of 20:45, 6 September 2024