nginx
tcp/443 tcp/80
Open service 160.251.71.83:80 · www.idk-lamp.org
2026-01-10 01:22
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 10 Jan 2026 01:22:31 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 6608
Connection: close
Last-Modified: Fri, 09 Jan 2026 15:36:43 GMT
ETag: "19d0-647f64ad22049"
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Nginx-Cache: HIT
Accept-Ranges: bytes
Page title: IDK Lamp | Honest AI Interface
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IDK Lamp | Honest AI Interface</title>
<style>
/* --- Base Settings --- */
:root {
--bg-color: #0a0a0c;
--text-main: #e0e0e0;
--text-sub: #7a7a85;
/* Signal Blue: Intelligence and Silence */
--lamp-off: #2a2a35;
--lamp-on: #00d2ff;
/* Adjusted font stack for English elegance */
--font-serif: "Georgia", "Times New Roman", serif;
--font-sans: "Helvetica Neue", Arial, sans-serif;
}
body {
background-color: var(--bg-color);
color: var(--text-main);
font-family: var(--font-serif);
margin: 0;
line-height: 2.0; /* Adjusted for English readability */
letter-spacing: 0.04em; /* Adjusted for English readability */
}
a { color: var(--text-main); text-decoration: none; transition: 0.3s; }
a:hover { color: var(--lamp-on); opacity: 0.8; }
/* --- Layout --- */
.container {
max-width: 720px;
margin: 0 auto;
padding: 0 24px;
}
section {
padding: 100px 0;
}
/* --- Components --- */
.lamp-icon {
width: 12px;
height: 12px;
background-color: var(--lamp-off);
border-radius: 50%;
margin: 0 auto 40px;
transition: all 1.5s ease-in-out;
}
.lamp-active {
background-color: var(--lamp-on);
box-shadow: 0 0 20px var(--lamp-on), 0 0 60px rgba(0, 210, 255, 0.4);
animation: breathe 6s infinite ease-in-out;
}
@keyframes breathe {
0% { opacity: 0.6; transform: scale(0.95); }
50% { opacity: 1.0; transform: scale(1.05); }
100% { opacity: 0.6; transform: scale(0.95); }
}
h1, h2, h3 { font-weight: normal; margin: 0; }
.section-label {
font-family: var(--font-sans);
font-size: 0.7rem;
color: var(--text-sub);
text-transform: uppercase;
letter-spacing: 0.25em;
display: block;
margin-bottom: 24px;
opacity: 0.5;
}
/* --- Hero Section --- */
#hero {
text-align: center;
padding: 160px 0 100px;
min-height: 50vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.hero-copy {
font-size: 2.6rem;
line-height: 1.3;
margin-bottom: 24px;
letter-spacing: 0.02em;
}
.hero-sub {
font-size: 0.9rem;
color: var(--text-sub);
font-family: var(--font-sans);
letter-spacing: 0.15em;
}
/* --- Content Typography --- */
.message-p {
font-size: 1.1rem;
margin-bottom: 2.5rem;
/* English doesn't need justify as strictly as Japanese */
text-align: left;
}
strong {
font-weight: bold;
color: #fff;
font-size: 1.3rem;
display: block;
margin-bottom: 1.5rem;
line-height: 1.4;
}
/* --- Footer --- */
footer {
text-align: center;
padding: 80px 0 60px;
font-family: var(--font-sans);
font-size: 0.75rem;
color: var(--text-sub);
border-top: 1px solid #1a1a20;
margin-top: 60px;
}
.footer-link {
display: inline-block;
margin-top: 16px;
border-bottom: 1px solid var(--text-sub);
padding-bottom: 2px;
}
@media (max-width: 600px) {
.hero-copy { font-size: 2.0rem; line-height: 1.4; }
Open service 160.251.71.83:80 · idk-lamp.org
2026-01-10 01:22
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 10 Jan 2026 01:22:31 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 6608
Connection: close
Last-Modified: Fri, 09 Jan 2026 15:36:43 GMT
ETag: "19d0-647f64ad22049"
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Nginx-Cache: HIT
Accept-Ranges: bytes
Page title: IDK Lamp | Honest AI Interface
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IDK Lamp | Honest AI Interface</title>
<style>
/* --- Base Settings --- */
:root {
--bg-color: #0a0a0c;
--text-main: #e0e0e0;
--text-sub: #7a7a85;
/* Signal Blue: Intelligence and Silence */
--lamp-off: #2a2a35;
--lamp-on: #00d2ff;
/* Adjusted font stack for English elegance */
--font-serif: "Georgia", "Times New Roman", serif;
--font-sans: "Helvetica Neue", Arial, sans-serif;
}
body {
background-color: var(--bg-color);
color: var(--text-main);
font-family: var(--font-serif);
margin: 0;
line-height: 2.0; /* Adjusted for English readability */
letter-spacing: 0.04em; /* Adjusted for English readability */
}
a { color: var(--text-main); text-decoration: none; transition: 0.3s; }
a:hover { color: var(--lamp-on); opacity: 0.8; }
/* --- Layout --- */
.container {
max-width: 720px;
margin: 0 auto;
padding: 0 24px;
}
section {
padding: 100px 0;
}
/* --- Components --- */
.lamp-icon {
width: 12px;
height: 12px;
background-color: var(--lamp-off);
border-radius: 50%;
margin: 0 auto 40px;
transition: all 1.5s ease-in-out;
}
.lamp-active {
background-color: var(--lamp-on);
box-shadow: 0 0 20px var(--lamp-on), 0 0 60px rgba(0, 210, 255, 0.4);
animation: breathe 6s infinite ease-in-out;
}
@keyframes breathe {
0% { opacity: 0.6; transform: scale(0.95); }
50% { opacity: 1.0; transform: scale(1.05); }
100% { opacity: 0.6; transform: scale(0.95); }
}
h1, h2, h3 { font-weight: normal; margin: 0; }
.section-label {
font-family: var(--font-sans);
font-size: 0.7rem;
color: var(--text-sub);
text-transform: uppercase;
letter-spacing: 0.25em;
display: block;
margin-bottom: 24px;
opacity: 0.5;
}
/* --- Hero Section --- */
#hero {
text-align: center;
padding: 160px 0 100px;
min-height: 50vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.hero-copy {
font-size: 2.6rem;
line-height: 1.3;
margin-bottom: 24px;
letter-spacing: 0.02em;
}
.hero-sub {
font-size: 0.9rem;
color: var(--text-sub);
font-family: var(--font-sans);
letter-spacing: 0.15em;
}
/* --- Content Typography --- */
.message-p {
font-size: 1.1rem;
margin-bottom: 2.5rem;
/* English doesn't need justify as strictly as Japanese */
text-align: left;
}
strong {
font-weight: bold;
color: #fff;
font-size: 1.3rem;
display: block;
margin-bottom: 1.5rem;
line-height: 1.4;
}
/* --- Footer --- */
footer {
text-align: center;
padding: 80px 0 60px;
font-family: var(--font-sans);
font-size: 0.75rem;
color: var(--text-sub);
border-top: 1px solid #1a1a20;
margin-top: 60px;
}
.footer-link {
display: inline-block;
margin-top: 16px;
border-bottom: 1px solid var(--text-sub);
padding-bottom: 2px;
}
@media (max-width: 600px) {
.hero-copy { font-size: 2.0rem; line-height: 1.4; }
Open service 160.251.71.83:443 · idk-lamp.org
2026-01-10 01:22
HTTP/1.1 503 Service Temporarily Unavailable
Server: nginx
Date: Sat, 10 Jan 2026 01:22:31 GMT
Content-Type: text/html
Content-Length: 494
Connection: close
ETag: "5e717190-1ee"
Page title: Error
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>An error occurred.</h1>
<p>Sorry, the page you are looking for is currently unavailable.<br/>
Please try again later.</p>
<p>If you are the system administrator of this resource then you should check
the error log for details.</p>
<p><em>Faithfully yours, nginx.</em></p>
</body>
</html>
Open service 160.251.71.83:443 · www.idk-lamp.org
2026-01-10 01:22
HTTP/1.1 503 Service Temporarily Unavailable
Server: nginx
Date: Sat, 10 Jan 2026 01:22:31 GMT
Content-Type: text/html
Content-Length: 494
Connection: close
ETag: "5e717190-1ee"
Page title: Error
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>An error occurred.</h1>
<p>Sorry, the page you are looking for is currently unavailable.<br/>
Please try again later.</p>
<p>If you are the system administrator of this resource then you should check
the error log for details.</p>
<p><em>Faithfully yours, nginx.</em></p>
</body>
</html>