[Sign-up] HTML form complete

#3
This commit is contained in:
eoghan.conlon 2023-08-01 13:26:52 +01:00
parent 5fb62a2b6a
commit ff6b3b6056

View file

@ -7,7 +7,13 @@
</head>
<body>
<h1>Sign-up</h1>
<form>
<form id="form">
<label for="auth">Auth code</label>
<input type="text" id="auth" name="auth" /> <br/>
<label for="uid">Username</label>
<input type="text" id="uid" name="username" /> <br />
<label for="pass">Password</label>
<input type="password" id="pass" name="password" />
<input type="Submit" value="Submit"/>
</form>
<footer>