This commit is contained in:
MrLetsplay 2022-04-15 16:30:32 +02:00
parent a3611b2f5c
commit a12968668c

View File

@ -222,6 +222,19 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<form action="index.php" method="post">
<label for="fName">First Name</label><br />
<input type="text" name="fName" /><br />
<label for="lName">Last Name</label><br />
<input type="text" name="lName" /><br />
<input type="submit" style="margin:5px"/>
</form>
</div>
</div>
</div>
<footer>
&copy; Cringe Studios
</footer>