TAFENSWCertIVLessonWebsite/register.html
Rayyan Hodges f499e96d45
Update register.html
Change webpage to just show registration form
2022-10-17 14:17:09 +11:00

33 lines
397 B
HTML

<html>
<head>
<title>Registraion page</title>
<meta charset+"UTF-16">
</head>
<body>
<h1>Register with us</h1>
<hr color="red">
</hr>
<p>For more information please register</p>
<form>
<label>Given:
<input name="given" type="text">
</label>
<label>Surname:
<input name="surname" type="text">
</label>
</form>
<p>Created by Rayyan</p>
<p>in a session for Cert 4</p>
</body>
</html>