File size: 773 Bytes
7cd894c
 
 
 
 
 
 
 
084cd2f
 
 
07acaa2
74f4f5e
a183ae2
07acaa2
 
7cd894c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>The Navinspire IA Family</title>
</head>
<body style="font-family: 'Arial', sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #ffffff; text-align: center;">
 
    <div class="container" style="width: 100%; padding: 0; margin: 0;">
        <!-- Full-width image -->
        <div class="logo" style="text-align: center; margin-bottom: 20px;">
            <img src="https://res.cloudinary.com/dl28tcrxn/image/upload/v1732721194/hf_wuq77l.png" alt="Navinspire Logo" style="width: 100%; height: auto;">
        </div>
    </div>
 
</body>
</html>