30 lines
1023 B
HTML
30 lines
1023 B
HTML
<link rel="stylesheet"
|
|
href="style.css">
|
|
|
|
<html>
|
|
|
|
<title>Marcus Website page 2</title>
|
|
|
|
<head> <h1>wowwww a second page (*UwU*)</h1>
|
|
</head>
|
|
|
|
<div>
|
|
<p>
|
|
<nav> <a href="https://mrmarcus007.github.io/College-thing/"> Back to index </a> </nav>
|
|
</p>
|
|
</div>
|
|
|
|
<img width="512" height="288" text-align="centre" src="The_max.jpeg">
|
|
<img width="512" height="288" text-align="centre" src="Nanite.png">
|
|
<img width="512 " height="288" text-align="centre" src="Poly.png">
|
|
|
|
<p>Nanite/Poly veiws are from Development phases, so there are slight changes in content like camera angle and assest placement</p>
|
|
|
|
<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> |