nginx
tcp/443 tcp/80
Open service 103.99.11.254:443 · fonghom.com
2026-01-11 09:31
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 11 Jan 2026 09:31:36 GMT
Content-Type: text/html
Content-Length: 57369
Last-Modified: Wed, 03 Dec 2025 09:52:25 GMT
Connection: close
Vary: Accept-Encoding
ETag: "69300859-e019"
Accept-Ranges: bytes
Page title: Fonghom - ร้านซักรีดมืออาชีพ
<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fonghom - ร้านซักรีดมืออาชีพ</title>
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" href="image/all.min.css">
<style>
:root {
--primary: #FF7F32;
--primary-dark: #E55A00;
--primary-light: #FFA366;
--secondary: #FFB380;
--accent: #FFF0E6;
--light: #FFF9F5;
--dark: #333333;
--gray: #666666;
--success: #28a745;
--facebook: #1877F2;
--line: #00C300;
--instagram: #E4405F;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: var(--light);
color: var(--dark);
line-height: 1.6;
overflow-x: hidden;
}
.container {
width: 95%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
/* Header & Navigation */
header {
background-color: white;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
position: sticky;
top: 0;
z-index: 1000;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0;
}
.logo {
font-size: 1.5rem;
font-weight: bold;
color: var(--primary);
display: flex;
align-items: center;
}
.logo-image {
width: 40px;
height: 40px;
margin-right: 10px;
}
.menu-toggle {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 21px;
cursor: pointer;
}
.menu-toggle span {
height: 3px;
width: 100%;
background-color: var(--dark);
border-radius: 3px;
transition: all 0.3s ease;
}
.nav-links {
position: fixed;
top: 70px;
left: 0;
width: 100%;
background-color: white;
box-shadow: 0 5px 10px rgba(0,0,0,0.1);
flex-direction: column;
align-items: center;
padding: 20px 0;
transform: translateY(-150%);
transition: transform 0.4s ease;
z-index: 999;
}
.nav-links.active {
transform: translateY(0);
}
.nav-links li {
list-style: none;
margin: 15px 0;
width: 100%;
text-align: center;
}
.nav-links a {
text-decoration: none;
color: var(--dark);
font-weight: 500;
display: block;
padding: 10px 0;
transition: all 0.3s;
}
.nav-links a:hover {
color: var(--primary);
background-color: rgba(255, 127, 50, 0.05);
}
.btn {
display: inline-block;
background-color: var(--primary);
color: white;
padding: 12px 25px;
border-radius: 30px;
text-decoration: none;
font-weight: 500;
transition: all 0.3s;
text-align: center;
border: none;
cursor: pointer;
font-size: 1rem;
}
.btn:hover {
background-color: var(--primary-dark);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
Open service 103.99.11.254:80 · fonghom.com
2026-01-11 09:31
HTTP/1.1 301 Moved Permanently Server: nginx Date: Sun, 11 Jan 2026 09:31:35 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://fonghom.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>