This commit is contained in:
bel
2023-06-17 09:28:16 -06:00
parent 7777d2782a
commit fe4e9c4214
3 changed files with 84 additions and 25 deletions

View File

@@ -3,6 +3,11 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css">
</header>
<body>
<form method="POST">
<label for="Name">Your Name</label>
<input name="Name" type="text"/>
<button type="submit">Sign In</button>
</form>
</body>
<footer>
</footer>