聯絡

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Connect to LINE Official Account</title>
<style>
.line-button {
display: inline-block;
background-color: #00c300;
color: white;
font-size: 16px;
padding: 10px 20px;
border: none;
border-radius: 5px;
text-decoration: none;
cursor: pointer;
transition: background-color 0.3s;
}
.line-button:hover {
background-color: #009900;
}
</style>
</head>
<body>
<h1>Connect with Our LINE Official Account</h1>
<a href="https://line.me/R/ti/p/{您的LINE官方帳號ID}" class="line-button">
Connect on LINE
</a>
</body>
</html>

聯絡表單