This commit is contained in:
muratkhan23 2024-12-13 15:40:39 +00:00
parent 967879809b
commit 52a2cf8db6

13
html Normal file
View File

@ -0,0 +1,13 @@
<!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>