Deleting the unused html files

This commit is contained in:
Bryan
2019-11-25 03:25:08 -05:00
parent 9e56fe8d46
commit b90e6961de
2 changed files with 0 additions and 39 deletions

View File

@@ -1,25 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<style>
body {
background-color: #3B5998;
}
</style>
<h2><font color="white">Who Would you like to search for</h2>
<input type="radio" name="type" value="username">Search By Username<br>
<input type="radio" name="type" value="name">Search By Name<br>
<textarea autofocus rows="1" cols="50">
</textarea>
<form action="/action_page.php">
<input type="text" name="usrname"><br>
<input type="submit" value="Submit">
</form>
</body>
</html>

View File

@@ -1,14 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<style>
body {
background-color: #3B5998;
}
</style>
<h2><font color="white">Heres where you send your dumbass messages</h2>
</body>
</html>