Microsoft-IIS 10.0
tcp/443
Open service 13.80.19.74:80 · beeah.chatbot.ai.evoteq.com
2026-01-11 17:04
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 11 Jan 2026 17:05:13 GMT Location: https://beeah.chatbot.ai.evoteq.com/
Open service 13.80.19.74:443 · beeah.chatbot.ai.evoteq.com
2026-01-11 17:04
HTTP/1.1 200 OK
Content-Length: 4966
Connection: close
Content-Type: text/html
Date: Sun, 11 Jan 2026 17:05:14 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "575e5c1b1dbddb1:0"
Last-Modified: Sun, 04 May 2025 17:51:04 GMT
Set-Cookie: ARRAffinity=e8a47d13b5936ae6b381c2e2b47dbf570963ba45d34738a2f005112b733ac36e;Path=/;HttpOnly;Secure;Domain=beeah.chatbot.ai.evoteq.com
Set-Cookie: ARRAffinitySameSite=e8a47d13b5936ae6b381c2e2b47dbf570963ba45d34738a2f005112b733ac36e;Path=/;HttpOnly;SameSite=None;Secure;Domain=beeah.chatbot.ai.evoteq.com
X-Powered-By: ASP.NET
Page title: AI Chatbot for BEEAH Group, Powered by EVOTEQ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>AI Chatbot for BEEAH Group, Powered by EVOTEQ</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: white;
display: flex;
flex-direction: column;
}
header {
position: sticky;
top: 0;
left: 0;
width: 100%;
padding: 0;
display: flex;
justify-content: flex-start;
align-items: center;
background: #5f0f26;
z-index: 1000;
}
.logo {
margin-left: 20px;
padding: 10px 0 8px 0;
}
.logo img {
height: 50px;
max-width: 100%;
height: auto;
}
/* Two-line Header Banner */
.header-banner {
width: 100%;
background-color: #e9e9ea;
color: #d93960;
text-align: center;
padding: 15px 10px;
line-height: 1;
}
.header-banner .line1 {
font-weight: 700;
font-size: clamp(18px, 3vw, 24px);
}
.header-banner .line2 {
font-weight: 600;
font-size: calc(clamp(18px, 3vw, 24px) / 1.5);
}
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-grow: 1;
padding: 0;
margin-top: 0;
min-height: 100vh;
background-color: #2a3d59;
background-image: url('assets/BEEAH-website.png');
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
background-attachment: scroll;
}
footer {
width: 100%;
height: 50px;
background: #5f0f26;
position: sticky;
bottom: 0;
left: 0;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
}
footer p {
font-size: 0.8rem;
color: white;
margin: 0;
}
#chatbot-button {
position: absolute;
bottom: 0;
right: 20px;
width: 60px;
height: 60px;
background-color: transparent;
color: white;
border-radius: 50%;
cursor: pointer;
z-index: 9999;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
display: flex;
justify-content: center;
align-items: center;
border: none;
}
#chatbot-button img {
width: 60px;
height: 60px;
border: none;
}
#chatbot-container {
position: fixed;
bottom: 80px;
right: 20px;
width: 350px;
height: 500px;
display: none;
z-index: 9998;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
border-radius: 12px;
overflow: hidden;
background-color: transparent;
border: none;
}
#close-button {
position: absolute;
top: 10px;
right: 10px;
background-color: transparent;
border: none;
color: white;
font-size: 20px;
cursor: pointer;
z-index: 9999;
}
#chatbot-container iframe {
width: 100%;
height: 100%;
border: none;
}
/* Mobile View */
@media (max-width: 768px) {
.content {
background-image: url('assets/BEEAH-mobile.jpg');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-attachment: scroll;
}
.header-banner {
font-size: clamp(14px, 4vw, 18px);
padding: 12px 8px;
}
}
</style>
</head>
<body>
<header>
<div class="logo">
<a href="https://evoteq.com" target="_blank">
<img src="assets/EVOTEQ.png" alt="EVOTEQ Logo">
</a>
</div>
</header>
<!-- Two-line Header Caption Banner -->
<div class="header-banner">
<div class="line1">Welcome to BEEAH’s AI Assistant</div>
<div class="line2">Powered by EVOTEQ</div>
</div>
<div class="content">
<!--