Update index.html

Add form
This commit is contained in:
Ray 2022-10-10 14:21:06 +11:00 committed by GitHub
parent 3c21cc3d86
commit c6b22afeca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -32,6 +32,20 @@
<h4>Image/Picture<h4> <h4>Image/Picture<h4>
<img src="studentlogo.png" alt="Picture of 2 students"> <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> <p>Created by Rayyan</p>