Deleting the unused html files
This commit is contained in:
@@ -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>
|
|
||||||
|
|
||||||
@@ -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>
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user