<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>B2B Başvuru - Tesettür Firması</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #2c3e50;
color: #fff;
padding: 20px;
text-align: center;
}
h1 {
margin: 0;
}
.container {
width: 50%;
margin: 0 auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 30px;
}
p {
font-size: 16px;
line-height: 1.6;
}
a {
color: #27ae60;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer {
text-align: center;
padding: 10px;
background-color: #2c3e50;
color: #fff;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
</head>
<body>
<header>
<h1>B2B Başvuru Bilgilendirmesi</h1>
</header>
<div class="container">
<p>
Tesettür firmamız ile işbirliği yapmak ve toptan satış başvurusu gerçekleştirmek için lütfen aşağıdaki bağlantıya tıklayın:
</p>
<p>
<a href="https://can.com/basvuru" target="_blank">Başvuru Formuna Git</a>
</p>
<p>
Başvurunuz incelendikten sonra, sizinle iletişime geçilecektir. İlginiz için teşekkür ederiz.
</p>
</div>
<footer>
<p>© 2025 Tesettür Firması - Tüm Hakları Saklıdır.</p>
</footer>
</body>
</html>