File size: 1,308 Bytes
0e98866
 
 
 
 
 
 
 
 
 
 
 
ce0d4fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e98866
 
 
 
 
 
 
 
 
ce0d4fe
df02cdc
3331fb9
 
 
df02cdc
0e98866
f76069c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nexus AI</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            height: 100vh;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
        }
        h3 {
            margin: 20px 0;
            font-size: 24px;
            color: #333;
            text-align: center;
        }
        a {
            text-decoration: none;
            color: white;
            background-color: #007BFF;
            padding: 10px 20px;
            border-radius: 5px;
            transition: background-color 0.3s;
        }
        a:hover {
            background-color: #0056b3;
        }
        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
    </style>
</head>
<body>
    <h3>
        <a href="https://www.nexusmind.tech/" target="_blank">
            Visit Nexus AI
        </a>
    </h3>
    <iframe src="https://chat.nexusmind.tech/" title="Nexus AI"></iframe>
</body>
</html>