<!DOCTYPE html>
<html lang="en">
<head>
<meta
charset="UTF-8">
<meta
name="viewport" content="width=device-width,
initial-scale=1.0">
<title>ChatGPT Website</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f8f1f1;
text-align: center;
padding: 20px;
}
h1 {
color: #ff85a2;
}
p {
font-size:
18px;
color: #4d194d;
}
a {
color: #4d194d;
text-decoration: none;
}
a:hover {
color: #ff85a2;
}
</style>
</head>
<body>
<h1>Welcome
to ChatGPT!</h1>
<p>Click the
button below to start chatting:</p>
<a href="https://chat.openai.com/"
target="_blank">Chat Now</a>
</body>
</html>