Add files via upload

This commit is contained in:
mrmarcus007
2022-03-09 11:17:03 +00:00
committed by GitHub
parent ac90e3edcb
commit 873ce49b59
+13 -1
View File
@@ -7,8 +7,20 @@ href="style.css">
<head> <h1>wowwww a second page (*UwU*)</h1> <head> <h1>wowwww a second page (*UwU*)</h1>
</head> </head>
<div> <div>
<p>
<nav> <a href="https://mrmarcus007.github.io/College-thing/"> Back to index </a> </nav> <nav> <a href="https://mrmarcus007.github.io/College-thing/"> Back to index </a> </nav>
</p>
</div> </div>
<img width="768" height="432" text-align="centre" src="The_max.jpeg"> <img width="768" height="432" text-align="centre" src="The_max.jpeg">
<form>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname">
<div><label for="Number">Number:</label><br>
<input type="text" id="Number" name="Number"></div>
</form>