suto/html

14 lines
470 B
Plaintext
Raw Permalink Normal View History

2024-12-13 15:40:39 +00:00
<!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>