mirror of
https://github.com/reiyua/TAFENSWCertIVLessonWebsite.git
synced 2026-01-20 16:37:48 +00:00
36 lines
447 B
HTML
36 lines
447 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>EMail:
|
|
<input name="email" type="email">
|
|
|
|
</label>
|
|
|
|
</form>
|
|
|
|
|
|
<p>Created by Rayyan</p>
|
|
<p>in a session for Cert 4</p>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|