Delete homepage_1.html

This commit is contained in:
Joe James
2020-02-16 11:36:55 -06:00
committed by GitHub
parent fd29c26f9b
commit c2d970e5da

View File

@@ -1,19 +0,0 @@
<div class="header">
<h1>Forest Hill HS</h1>
<h3>My supercool header</h3>
</div>
<h1>Joe James</h1>
<br>
<p>This is my personal website.</p>
<br><br>
<form action="/action_page.php">
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname" value="John"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname" value="Doe"><br><br>
<input type="submit" value="Submit">
</form>
<input type="button" id="butt1" value="Click Me" />