Apache
tcp/80
Open service 116.206.104.66:80 ยท qr.duababy.com
2026-01-30 08:01
HTTP/1.1 200 OK
Date: Fri, 30 Jan 2026 08:01:04 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Tue, 20 Jan 2026 12:38:57 GMT
Accept-Ranges: bytes
Content-Length: 12818
Vary: Accept-Encoding
Content-Type: text/html
Page title: Dua Baby Support
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dua Baby Support</title>
<!-- ICO for old browsers -->
<link rel="icon" href="/favicon.ico" sizes="any">
<!-- PNG favicons -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<!-- Apple devices -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- PWA Manifest -->
<link rel="manifest" href="/site.webmanifest">
<link href="https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap" rel="stylesheet">
<style>
h1 {
font-family: 'Bubble Bobble', sans-serif;
}
</style>
<style>
@font-face {
font-family: "Bubble Bobble";
url("https://qr.duababy.com/fonts/Bubble Bobble.otf")format("otf"),
url("https://qr.duababy.com/fonts/Bubble Bobble.ttf")format("truetype"),
}
:root {
--primary: #8FBCB2;
--accent: #E09589;
--background: #F9DFD4;
--text-dark: #4a4a4a;
--white: #fff;
}
.dua
{
color:#8FBCB2;
font-family: 'Baby Gemoy', sans-serif;
}
.baby
{
color:#E09589;
font-family: 'Baby Gemoy', sans-serif;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Roboto, sans-serif;
background-color: var(--background);
color: var(--text-dark);
}
.container {
max-width: 600px;
margin: 30px auto;
background-color: var(--white);
padding: 30px 20px;
border-radius: 16px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
text-align: center;
}
h1 {
font-family: 'Bubble Bobble', sans-serif;
font-size: 2rem;
color: var(--accent);
margin-bottom: 16px;
}
.dua{
color: var(--primary);
}
p {
font-size: 1rem;
margin-bottom: 24px;
line-height: 1.6;
}
h2 {
font-family: 'Bubble Bobble', sans-serif;
font-size: 1.5rem;
margin: 40px 0 20px;
color: var(--primary);
}
.button-group {
display: flex;
flex-direction: column;
gap: 12px;
}
.button {
display: block;
background-color: var(--primary);
color: var(--white);
text-decoration: none;
font-weight: 600;
font-size: 1rem;
padding: 14px;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
.button:hover {
background-color: #7db2a8;
transform: translateY(-2px);
}
.button.review {
background-color: var(--accent);
}
.button.review:hover {
background-color: #d18174;
}
.button.whatsapp {
background-color: #25D366;
}
.button.whatsapp:hover {
background-color: #1DA851;
}
.contact-info {
margin-top: 12px;
font-size: 0.95rem;
}
a {
color: inherit;
}
/* Popup styles */
.popup-overlay {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: rgba(0, 0, 0, 0.4);
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
}
.popup {
background-color: var(--white);
border-radius: 16px;
padding: 30px 20px;
max-width: 400px;
text-align: center;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
position: relative;
animation: fadeIn 0.3s ease-in-out;
}
.popup h3 {
font-family: 'Bubble Bobble', sans-serif;
color: var(--accent);
font-size: 1.4rem;
margin-bottom: 20px;
}
.popup .close {
position: absolute;
top: 10px;
right: 15px;