14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Leveret Customer Service</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Leveret</h1>
|
|
<p>If you need any assistance, our customer service team is here to help!</p>
|
|
<p>For more details, visit our <a href="https://www.leveret.com/pages/customer-service" target="_blank">Customer Service page</a>.</p>
|
|
</body>
|
|
</html>
|