Skip to content

Instantly share code, notes, and snippets.

@shadow1349
Created February 24, 2023 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadow1349/a385a356b60b900a29c4a587fca1567f to your computer and use it in GitHub Desktop.
Save shadow1349/a385a356b60b900a29c4a587fca1567f to your computer and use it in GitHub Desktop.
<form>
<label>
Name:
<input type="text" name="name" required>
</label>
<button type="submit">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment