Skip to content

Commit

Permalink
Create success.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MJ-AHMAD authored Jan 10, 2025
1 parent 26e9b53 commit 5c26e53
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions success.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Success</title>
<style>
body { font-family: Arial, sans-serif; background-color: #f4f4f4; text-align: center; padding: 50px; }
.container { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); display: inline-block; }
h1 { color: green; }
</style>
</head>
<body>
<div class="container">
<h1>Success!</h1>
<p>Your form has been submitted successfully.</p>
<a href="contact.html">Go back to the contact form</a>
</div>
</body>
</html>

0 comments on commit 5c26e53

Please sign in to comment.