mirror of
https://github.com/reiyua/TAFENSWCertIVLessonWebsite.git
synced 2026-01-20 08:27:47 +00:00
40 lines
564 B
HTML
40 lines
564 B
HTML
<html>
|
|
<head>
|
|
<title>Registration 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 action="Success.htm" method="get">
|
|
<label>Given:
|
|
<input name="given" type="text">
|
|
|
|
</label>
|
|
|
|
<label>Surname:
|
|
<input name="surname" type="text">
|
|
|
|
<label>EMail:
|
|
<input name="email" type="email">
|
|
|
|
<label>Password:
|
|
<input name="password" type="password">
|
|
</label>
|
|
|
|
<button>Register
|
|
</button>
|
|
</form>
|
|
|
|
|
|
<p>Created by Rayyan</p>
|
|
<p>in a session for Cert 4</p>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|