Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Update submit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Sep 15, 2023
1 parent 3799892 commit 328f040
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion public/submit.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@

<!doctype html>
<html>
<head>

</head>
<body>
<form>
<label for="username">Username:</label>
<input id="username" type="text" required/>
<input type="submit">
</form>
<script>
var username = document.getElementById('pxyinput').value;
</script>
</body>
</html>

0 comments on commit 328f040

Please sign in to comment.