Advertisement
Guest User

Untitled

a guest
Feb 18th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <html>
  2. <head><title>:way2sms esay sms sender by subho:</title>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <style>
  6. body {background-color: powderblue;}
  7. h1 {color: green;
  8. font-family: verdana;
  9. font-size: 300%;
  10. }
  11. p {color: red;
  12. font-family: courier;
  13. font-size: 160%;
  14. }
  15. p1 {color: blue;
  16. font-family: verdana;
  17. font-size: 180%;
  18. }
  19.  
  20.  
  21. </style>
  22. </head>
  23.  
  24.  
  25.  
  26. </head>
  27. <body>
  28. <center>
  29. <h1>:Way2sms Sms Sender By Subho:</h1>
  30. <form action="sms.php" method="POST">
  31. <p>Username: <input type="text" id="username" name="username" placeholder="" value="" type="text" /><br></p>
  32. <p>Password: <input type="password" id="password" name="password" placeholder="" value="" type="password" /><br></p>
  33. <p1>Mobile Number: <input type="text" id="text" name="mobile" placeholder="" value="" type="mobile" /><br></p1><br>
  34. <textarea name="msg" id="comments" style="width:50%;height:90px;background-color:black;color:white;border:none;padding:2%;font:22px/30px sans-serif;">
  35.  
  36. </textarea><br>
  37. <input type="submit" value="SEND SMS" style="background-color:yellowgreen;color:white;padding:5px;font-size:18px;border:none;padding:8px;">
  38. </center>
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement