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