sus
This commit is contained in:
parent
a3611b2f5c
commit
a12968668c
13
index.html
13
index.html
@ -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>
|
||||
© Cringe Studios
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user