Advertisement
Hydrase

contact.html

Jun 30th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Contact - GrooveHub</title>
  5. </head>
  6. <body style="background:#111;color:white;text-align:center;padding:50px;font-family:sans-serif">
  7. <h1>Contact Us</h1>
  8. <p>Got a question? Fill out the form below or email us at [email protected]</p>
  9. <form>
  10. <input type="text" placeholder="Your Name" style="padding:10px;width:80%;margin:10px;"><br>
  11. <input type="email" placeholder="Your Email" style="padding:10px;width:80%;margin:10px;"><br>
  12. <textarea placeholder="Your Message" rows="5" style="padding:10px;width:80%;margin:10px;"></textarea><br>
  13. <button type="submit" style="background:#e67e22;color:white;padding:10px 20px;border:none;border-radius:5px;">Send</button>
  14. </form>
  15. <a href="Record Store(Model).html" style="color:#e67e22;">← Back to Home</a>
  16. </body>
  17. </html>
  18. c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement