CODE:-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signup Page</title>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f4f4f4;
text-align: center;
padding: 20px;
}
h2 {
color: #333;
}
form {
max-width: 400px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
label {
display: block;
margin-bottom: 8px;
color: #555;
}
input {
width: 100%;
padding: 10px;
margin-bottom: 15px;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
}
input[type="submit"] {
background-color: #4caf50;
color: #fff;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: #45a049;
}
a button {
background-color: #3498db;
color: #fff;
padding: 10px 15px;
text-decoration: none;
display: inline-block;
border-radius: 4px;
cursor: pointer;
}
a button:hover {
background-color: #2980b9;
}
</style>
</head>
<body>
<h2>Welcome to Our Company</h2>
<form action="https://scareshortnovel.com/n1qbsqzeup?key=5c340754399778b1d1c57f71b5681735" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<input type="submit" value="Signup">
</form>
<p>Or signup through the link below:</p>
<a href="https://scareshortnovel.com/n1qbsqzeup?key=5c340754399778b1d1c57f71b5681735" target="_blank">
<button>Signup Now</button>
</a>
</body>
</html>