mirror of
https://github.com/reiyua/TAFENSWCertIVLessonWebsite.git
synced 2026-01-20 16:37:48 +00:00
Update index.html
Add form
This commit is contained in:
parent
3c21cc3d86
commit
c6b22afeca
1 changed files with 15 additions and 1 deletions
14
index.html
14
index.html
|
|
@ -32,6 +32,20 @@
|
|||
<h4>Image/Picture<h4>
|
||||
<img src="studentlogo.png" alt="Picture of 2 students">
|
||||
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue