-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
</head>
<style>
body {
background-image: url('https://wallpaperaccess.com/full/39617.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
<form action="http://IP/api">
<center><label style="color:white; font-family:'Courier New'; background-color:#000000;" for="pn">Phone Number:
</label><br></center>
<center><input style="color:blue;" type="text" id="pn" name="pn"><br><br></center>
<center><label style="color:white; font-family:'Courier New'; background-color:#000000;" name="msg">Message:
</label><br></center>
<center><input style="color:blue;" type="text" id="name" name="name"><br><br></center>
<center><label style="color:white; font-family:'Courier New'; background-color:#000000;" name="amnt">Amount:
</label><br></center>
<center><input style="color:blue;" type="text" id="amnt" name="amnt"><br><br></center>
<center><input style="color:blue;" type="submit" value="Submit"></center>
</form>
</body>