Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <html>
  2. <link rel = "stylesheet"
  3. type = "text/css"
  4. href = "mystyleown.css" />
  5.  
  6. <body background="polyagonal-web-design.jpg">
  7.  
  8. <div class="btn-group btn-group-justified">
  9. <a href="MainSite.html" class="btn btn-default">-</a>
  10. <a href="MainSite.html" class="btn btn-default">Homepage</a>
  11. <a href="MainSite.html" class="btn btn-default">-</a>
  12. </div>
  13.  
  14. <h2 align="center"><b>Select Your Service And We Will Be In Contact</h2></b>
  15.  
  16. <script>
  17. <form action="mailto:pastebin@gmail.com" method="post" enctype="text/plain" >
  18. FirstName:<input type="text" name="FirstName">
  19. Email:<input type="text" name="Email">
  20. <input type="submit" name="submit" value="Submit">
  21. </form>
  22. </script>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement