nginx 1.4.6
tcp/443 tcp/80
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0215adfc0215adfc51fa561c515fc99fa3018ed7533c67ff
Found 4 files trough .DS_Store spidering: /css /fonts /img /js
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9d89a8fd6d89a8fd6d89a8fd6d89a8fd6d
Found 1 files trough .DS_Store spidering: /img
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0215adfc0215adfc51fa561c515fc99fa3018ed7533c67ff
Found 4 files trough .DS_Store spidering: /css /fonts /img /js
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9d89a8fd6d89a8fd6d89a8fd6d89a8fd6d
Found 1 files trough .DS_Store spidering: /img
Open service 35.176.19.95:443 · techgear.parts
2026-01-09 22:48
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 09 Jan 2026 22:49:08 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · curtaininstallations.co.nz
2026-01-09 16:13
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 09 Jan 2026 16:14:21 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: Curtain installation SpecialistsCurtain & Blind Installation Specialists
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Curtain installation Specialists</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- css for mobile.js mobile detection -->
<!-- <link href="css/mobile.css" rel="stylesheet"> -->
<!-- Custom CSS -->
<link href="css/one-page-wonder.css" rel="stylesheet">
<!-- Social meadia icons and code in contacts section-->
<link href="css/social.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Primary Meta Tags -->
<title>Curtain & Blind Installation Specialists</title>
<meta name="description" content="Professional curtain and blind installation services across Auckland and Surrounds. Over 20 years of experience in window furnishings. Residential and commercial installations.">
<meta name="keywords" content="curtain installation, blind installation, window furnishings, Auckland, commercial curtains, residential curtains, curtain tracks, blind fitting">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="business.business">
<meta property="og:title" content="Curtain Installation Specialists">
<meta property="og:description" content="Expert curtain and blind installation services in Auckland and Surrounds. Professional, reliable window furnishing solutions.">
<meta property="og:url" content="https://www.curtaininstallations.co.nz">
<meta property="business:contact_data:street_address" content="Howick, Auckland">
<meta property="business:contact_data:locality" content="Auckland">
<meta property="business:contact_data:region" content="Auckland">
<meta property="business:contact_data:country_name" content="New Zealand">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Curtain Installation Specialists">
<meta name="twitter:description" content="Professional curtain and blind installation across Auckland and Surrounds">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HomeAndConstructionBusiness",
"name": "Curtain Installation Specialists",
"image": "https://www.curtaininstallations.co.nz/img/img_venetian.jpg",
"url": "https://www.curtaininstallations.co.nz",
"telephone": "+64216452660",
"email": "andrew@curtaininstallations.co.nz",
"address": {
"@type": "PostalAddress",
"streetAddress": "Howick, Auckland",
"addressLocality": "Auckland",
"addressRegion": "Auckland",
"addressCountry": "NZ"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -36.9171,
"longitude": 174.8964
},
"areaServed": [
{
"@type": "City",
"name": "Auckland"
},
{
"@type": "City",
"name": "Tauranga"
}
],
"serviceType": [
"Curtain Installation",
"Blind Installation",
"Curtain Track Supply",
"Commercial Window Furnishings",
"Residential Window Furnishings"
],
"founder": {
"@type": "Person",
"name": "Andrew Gorton",
"jobTitle": "Window Furnishing
Open service 35.176.19.95:443 · techgearparts.com
2026-01-09 14:15
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 09 Jan 2026 14:15:46 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · www.therattanroom.co.nz
2026-01-09 09:59
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 09 Jan 2026 09:59:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:443 · abtohoma.com
2026-01-09 04:27
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 09 Jan 2026 04:28:15 GMT
Content-Type: text/html
Content-Length: 269
Last-Modified: Tue, 19 Oct 2021 16:13:33 GMT
Connection: close
ETag: "616eeead-10d"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: Autonoma Systems
<HEAD><link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<title>Autonoma Systems</title>
<html><body><h1></h1>
<center>
<img src="./images/AutonomaSystems.png" align="center" style="margin:auto;" width="1100" height="200"/>
</center>
</body></html>
Open service 35.176.19.95:443 · therattanroom.co.nz
2026-01-08 21:58
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Thu, 08 Jan 2026 21:58:38 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:443 · www.curtaininstallations.co.nz
2026-01-08 19:03
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Thu, 08 Jan 2026 19:03:59 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: Curtain installation SpecialistsCurtain & Blind Installation Specialists
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Curtain installation Specialists</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- css for mobile.js mobile detection -->
<!-- <link href="css/mobile.css" rel="stylesheet"> -->
<!-- Custom CSS -->
<link href="css/one-page-wonder.css" rel="stylesheet">
<!-- Social meadia icons and code in contacts section-->
<link href="css/social.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Primary Meta Tags -->
<title>Curtain & Blind Installation Specialists</title>
<meta name="description" content="Professional curtain and blind installation services across Auckland and Surrounds. Over 20 years of experience in window furnishings. Residential and commercial installations.">
<meta name="keywords" content="curtain installation, blind installation, window furnishings, Auckland, commercial curtains, residential curtains, curtain tracks, blind fitting">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="business.business">
<meta property="og:title" content="Curtain Installation Specialists">
<meta property="og:description" content="Expert curtain and blind installation services in Auckland and Surrounds. Professional, reliable window furnishing solutions.">
<meta property="og:url" content="https://www.curtaininstallations.co.nz">
<meta property="business:contact_data:street_address" content="Howick, Auckland">
<meta property="business:contact_data:locality" content="Auckland">
<meta property="business:contact_data:region" content="Auckland">
<meta property="business:contact_data:country_name" content="New Zealand">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Curtain Installation Specialists">
<meta name="twitter:description" content="Professional curtain and blind installation across Auckland and Surrounds">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HomeAndConstructionBusiness",
"name": "Curtain Installation Specialists",
"image": "https://www.curtaininstallations.co.nz/img/img_venetian.jpg",
"url": "https://www.curtaininstallations.co.nz",
"telephone": "+64216452660",
"email": "andrew@curtaininstallations.co.nz",
"address": {
"@type": "PostalAddress",
"streetAddress": "Howick, Auckland",
"addressLocality": "Auckland",
"addressRegion": "Auckland",
"addressCountry": "NZ"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -36.9171,
"longitude": 174.8964
},
"areaServed": [
{
"@type": "City",
"name": "Auckland"
},
{
"@type": "City",
"name": "Tauranga"
}
],
"serviceType": [
"Curtain Installation",
"Blind Installation",
"Curtain Track Supply",
"Commercial Window Furnishings",
"Residential Window Furnishings"
],
"founder": {
"@type": "Person",
"name": "Andrew Gorton",
"jobTitle": "Window Furnishing
Open service 35.176.19.95:443 · techgearparts.com
2026-01-02 19:13
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 02 Jan 2026 19:13:30 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · therattanroom.co.nz
2026-01-02 14:18
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 02 Jan 2026 14:19:19 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:443 · abtohoma.com
2026-01-02 11:03
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 02 Jan 2026 11:03:30 GMT
Content-Type: text/html
Content-Length: 269
Last-Modified: Tue, 19 Oct 2021 16:13:33 GMT
Connection: close
ETag: "616eeead-10d"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: Autonoma Systems
<HEAD><link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<title>Autonoma Systems</title>
<html><body><h1></h1>
<center>
<img src="./images/AutonomaSystems.png" align="center" style="margin:auto;" width="1100" height="200"/>
</center>
</body></html>
Open service 35.176.19.95:443 · curtaininstallations.co.nz
2026-01-02 07:24
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 02 Jan 2026 07:24:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: Curtain installation SpecialistsCurtain & Blind Installation Specialists
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Curtain installation Specialists</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- css for mobile.js mobile detection -->
<!-- <link href="css/mobile.css" rel="stylesheet"> -->
<!-- Custom CSS -->
<link href="css/one-page-wonder.css" rel="stylesheet">
<!-- Social meadia icons and code in contacts section-->
<link href="css/social.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Primary Meta Tags -->
<title>Curtain & Blind Installation Specialists</title>
<meta name="description" content="Professional curtain and blind installation services across Auckland and Surrounds. Over 20 years of experience in window furnishings. Residential and commercial installations.">
<meta name="keywords" content="curtain installation, blind installation, window furnishings, Auckland, commercial curtains, residential curtains, curtain tracks, blind fitting">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="business.business">
<meta property="og:title" content="Curtain Installation Specialists">
<meta property="og:description" content="Expert curtain and blind installation services in Auckland and Surrounds. Professional, reliable window furnishing solutions.">
<meta property="og:url" content="https://www.curtaininstallations.co.nz">
<meta property="business:contact_data:street_address" content="Howick, Auckland">
<meta property="business:contact_data:locality" content="Auckland">
<meta property="business:contact_data:region" content="Auckland">
<meta property="business:contact_data:country_name" content="New Zealand">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Curtain Installation Specialists">
<meta name="twitter:description" content="Professional curtain and blind installation across Auckland and Surrounds">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HomeAndConstructionBusiness",
"name": "Curtain Installation Specialists",
"image": "https://www.curtaininstallations.co.nz/img/img_venetian.jpg",
"url": "https://www.curtaininstallations.co.nz",
"telephone": "+64216452660",
"email": "andrew@curtaininstallations.co.nz",
"address": {
"@type": "PostalAddress",
"streetAddress": "Howick, Auckland",
"addressLocality": "Auckland",
"addressRegion": "Auckland",
"addressCountry": "NZ"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -36.9171,
"longitude": 174.8964
},
"areaServed": [
{
"@type": "City",
"name": "Auckland"
},
{
"@type": "City",
"name": "Tauranga"
}
],
"serviceType": [
"Curtain Installation",
"Blind Installation",
"Curtain Track Supply",
"Commercial Window Furnishings",
"Residential Window Furnishings"
],
"founder": {
"@type": "Person",
"name": "Andrew Gorton",
"jobTitle": "Window Furnishing
Open service 35.176.19.95:80 · www.therattanroom.co.nz
2025-12-31 12:12
HTTP/1.1 301 Moved Permanently Server: nginx/1.4.6 (Ubuntu) Date: Wed, 31 Dec 2025 12:13:20 GMT Content-Type: text/html Content-Length: 193 Connection: close Location: https://www.therattanroom.co.nz/ Strict-Transport-Security: max-age=31536000; includeSubdomains X-Frame-Options: DENY X-Content-Type-Options: nosniff Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.4.6 (Ubuntu)</center> </body> </html>
Open service 35.176.19.95:443 · www.therattanroom.co.nz
2025-12-31 12:12
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Wed, 31 Dec 2025 12:13:20 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:443 · therattanroom.co.nz
2025-12-31 12:12
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Wed, 31 Dec 2025 12:13:19 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:80 · therattanroom.co.nz
2025-12-31 12:12
HTTP/1.1 301 Moved Permanently Server: nginx/1.4.6 (Ubuntu) Date: Wed, 31 Dec 2025 12:13:19 GMT Content-Type: text/html Content-Length: 193 Connection: close Location: https://therattanroom.co.nz/ Strict-Transport-Security: max-age=31536000; includeSubdomains X-Frame-Options: DENY X-Content-Type-Options: nosniff Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.4.6 (Ubuntu)</center> </body> </html>
Open service 35.176.19.95:443 · techgear.parts
2025-12-30 12:11
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Tue, 30 Dec 2025 12:12:24 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · techgearparts.com
2025-12-23 09:19
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Tue, 23 Dec 2025 09:19:45 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · curtaininstallations.co.nz
2025-12-23 04:10
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Tue, 23 Dec 2025 04:10:28 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: Curtain installation SpecialistsCurtain & Blind Installation Specialists
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Curtain installation Specialists</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- css for mobile.js mobile detection -->
<!-- <link href="css/mobile.css" rel="stylesheet"> -->
<!-- Custom CSS -->
<link href="css/one-page-wonder.css" rel="stylesheet">
<!-- Social meadia icons and code in contacts section-->
<link href="css/social.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Primary Meta Tags -->
<title>Curtain & Blind Installation Specialists</title>
<meta name="description" content="Professional curtain and blind installation services across Auckland and Surrounds. Over 20 years of experience in window furnishings. Residential and commercial installations.">
<meta name="keywords" content="curtain installation, blind installation, window furnishings, Auckland, commercial curtains, residential curtains, curtain tracks, blind fitting">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="business.business">
<meta property="og:title" content="Curtain Installation Specialists">
<meta property="og:description" content="Expert curtain and blind installation services in Auckland and Surrounds. Professional, reliable window furnishing solutions.">
<meta property="og:url" content="https://www.curtaininstallations.co.nz">
<meta property="business:contact_data:street_address" content="Howick, Auckland">
<meta property="business:contact_data:locality" content="Auckland">
<meta property="business:contact_data:region" content="Auckland">
<meta property="business:contact_data:country_name" content="New Zealand">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Curtain Installation Specialists">
<meta name="twitter:description" content="Professional curtain and blind installation across Auckland and Surrounds">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HomeAndConstructionBusiness",
"name": "Curtain Installation Specialists",
"image": "https://www.curtaininstallations.co.nz/img/img_venetian.jpg",
"url": "https://www.curtaininstallations.co.nz",
"telephone": "+64216452660",
"email": "andrew@curtaininstallations.co.nz",
"address": {
"@type": "PostalAddress",
"streetAddress": "Howick, Auckland",
"addressLocality": "Auckland",
"addressRegion": "Auckland",
"addressCountry": "NZ"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -36.9171,
"longitude": 174.8964
},
"areaServed": [
{
"@type": "City",
"name": "Auckland"
},
{
"@type": "City",
"name": "Tauranga"
}
],
"serviceType": [
"Curtain Installation",
"Blind Installation",
"Curtain Track Supply",
"Commercial Window Furnishings",
"Residential Window Furnishings"
],
"founder": {
"@type": "Person",
"name": "Andrew Gorton",
"jobTitle": "Window Furnishing
Open service 35.176.19.95:443 · abtohoma.com
2025-12-23 02:50
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Tue, 23 Dec 2025 02:50:53 GMT
Content-Type: text/html
Content-Length: 269
Last-Modified: Tue, 19 Oct 2021 16:13:33 GMT
Connection: close
ETag: "616eeead-10d"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: Autonoma Systems
<HEAD><link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<title>Autonoma Systems</title>
<html><body><h1></h1>
<center>
<img src="./images/AutonomaSystems.png" align="center" style="margin:auto;" width="1100" height="200"/>
</center>
</body></html>
Open service 35.176.19.95:443 · www.therattanroom.co.nz
2025-12-22 23:33
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Mon, 22 Dec 2025 23:34:00 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:443 · techgear.parts
2025-12-22 22:23
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Mon, 22 Dec 2025 22:23:59 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · therattanroom.co.nz
2025-12-22 16:14
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Mon, 22 Dec 2025 16:15:01 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:443 · techgearparts.com
2025-12-21 11:24
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Sun, 21 Dec 2025 11:24:26 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · www.therattanroom.co.nz
2025-12-21 07:41
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Sun, 21 Dec 2025 07:41:59 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:443 · techgear.parts
2025-12-21 03:35
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Sun, 21 Dec 2025 03:35:44 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · abtohoma.com
2025-12-20 18:16
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Sat, 20 Dec 2025 18:16:30 GMT
Content-Type: text/html
Content-Length: 269
Last-Modified: Tue, 19 Oct 2021 16:13:33 GMT
Connection: close
ETag: "616eeead-10d"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: Autonoma Systems
<HEAD><link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<title>Autonoma Systems</title>
<html><body><h1></h1>
<center>
<img src="./images/AutonomaSystems.png" align="center" style="margin:auto;" width="1100" height="200"/>
</center>
</body></html>
Open service 35.176.19.95:443 · therattanroom.co.nz
2025-12-20 16:07
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Sat, 20 Dec 2025 16:08:02 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:80 · edigi.ltd
2025-12-20 12:10
HTTP/1.1 301 Moved Permanently Server: nginx/1.4.6 (Ubuntu) Date: Sat, 20 Dec 2025 12:11:06 GMT Content-Type: text/html Content-Length: 193 Connection: close Location: https://edigi.ltd/ Strict-Transport-Security: max-age=31536000; includeSubdomains X-Frame-Options: DENY X-Content-Type-Options: nosniff Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.4.6 (Ubuntu)</center> </body> </html>
Open service 35.176.19.95:443 · edigi.ltd
2025-12-20 12:10
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Sat, 20 Dec 2025 12:11:06 GMT
Content-Type: text/html
Content-Length: 10562
Last-Modified: Sun, 23 Feb 2025 09:54:33 GMT
Connection: close
ETag: "67baf059-2942"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: eDigi - AI-Powered Web SolutionseDigi - AI-Powered Web Development & Infrastructure Solutions
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>eDigi - AI-Powered Web Solutions</title>
<link rel="SHORTCUT ICON" href="favicon.ico">
<!-- Basic Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="description" content="eDigi transforms businesses through AI-powered web development and infrastructure solutions. Expert integration of artificial intelligence with custom website development, cloud infrastructure, and content management systems. Get future-ready digital solutions.">
<meta name="keywords" content="AI web development, artificial intelligence websites, AI infrastructure solutions, intelligent web design, AI-powered CMS, cloud infrastructure automation, digital transformation, AI business solutions, smart website development, eDigi">
<!-- Title with Company Name -->
<title>eDigi - AI-Powered Web Development & Infrastructure Solutions</title>
<!-- Open Graph Tags -->
<meta property="og:title" content="eDigi - Transform Your Digital Presence with AI-Powered Solutions">
<meta property="og:description" content="Innovative web development and infrastructure solutions powered by artificial intelligence. Create exceptional digital experiences with eDigi's AI-enhanced development, intelligent automation, and expert human oversight.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://edigi.ltd/images/edigiLogoLarge.png">
<meta property="og:url" content="https://edigi.ltd">
<meta property="og:site_name" content="eDigi">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="eDigi - AI-Enhanced Web Development Solutions">
<meta name="twitter:description" content="Transform your business with AI-powered web development, infrastructure automation, and intelligent content management systems. Experience the future of digital solutions with eDigi.">
<meta name="twitter:image" content="https://edigi.ltd/images/edigiLogoLarge.png">
<!-- Additional Meta Information -->
<meta name="author" content="eDigi Ltd">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<meta name="theme-color" content="#ffffff">
<meta name="mobile-web-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<!-- Canonical URL -->
<link rel="canonical" href="https://edigi.ltd">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "eDigi",
"url": "https://edigi.ltd",
"logo": "https://edigi.ltd/images/edigiLogoLarge.png",
"description": "AI-powered web development and infrastructure solutions provider specializing in intelligent automation and digital transformation.",
"email": "contact@edigi.ltd",
"sameAs": [],
"address": {
"@type": "PostalAddress",
"addressCountry": "UK"
},
"offers": {
"@type": "Offer",
"itemOffered": [{
"@type": "Service",
"name": "AI-Enhanced Web Development",
"description": "Custom website development utilizing artificial intelligence for optimal user experience and performance."
}, {
"@type": "Service",
"name": "Intelligent Infrastructure Solutions",
"description": "Scalable cloud infrastructure with AI-powered automation and predictive monitoring."
}, {
"@type": "Service",
"name": "AI-Powered Content Management",
"descr
Open service 35.176.19.95:443 · www.therattanroom.co.nz
2025-12-19 09:58
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 19 Dec 2025 09:58:34 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.5.9-1ubuntu4.22
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Page title: The Rattan Room NZ – Healing Spaces, Naturally
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Rattan Room NZ – Healing Spaces, Naturally</title>
<meta name="description" content="The Rattan Room NZ – hand-sourced rattan, teak, and natural décor from Bali to Aotearoa. Healing Spaces, Naturally." />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<style>
:root {
--bg: #f4efe6;
--card: #ffffff;
--text-main: #2f2b25;
--text-soft: #7a6f5c;
--tan: #d8c5a4;
}
body {
margin: 0;
background-color: var(--bg);
color: var(--text-main);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;
-webkit-font-smoothing: antialiased;
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
text-align: center;
}
header { text-align: center; margin-bottom: 2rem; }
/* Updated brand-logo to crop image into circle */
.brand-logo {
width: 100px;
height: 120px;
border-radius: 50%; /* Creates circular mask */
margin: 0 auto 1rem;
overflow: hidden; /* Hides parts outside the circle */
display: flex;
align-items: center;
justify-content: center;
}
/* Styles for the logo image */
.brand-logo img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image fills circle while maintaining aspect ratio */
object-position: center; /* Centers the oval design */
}
.brand-name {
font-size: 2rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-main);
}
.tagline {
font-size: 0.9rem;
color: var(--text-soft);
letter-spacing: 0.05em;
margin-top: 0.5rem;
text-transform: uppercase;
}
.pill {
display: inline-block;
background-color: var(--text-main);
color: var(--bg);
border-radius: 9999px;
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 1.5rem auto 1rem;
}
h2 { font-size: 1.25rem; font-weight: 500; margin: 0 0 1rem; color: var(--text-main); }
p { max-width: 42rem; margin: 0 auto 1rem; font-size: 1rem; color: var(--text-main); }
.section-block, .story-card {
text-align: left;
background-color: var(--card);
border-radius: 1rem;
box-shadow: 0 24px 48px rgba(0,0,0,0.05);
border: 1px solid rgba(0,0,0,0.05);
padding: 1.5rem 1.25rem;
margin-top: 2rem;
}
h3 {
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--text-soft);
margin-bottom: 1rem;
}
ul { padding-left: 1rem; }
li { margin-bottom: 0.75rem; }
strong { color: var(--text-main); }
.social-block { margin-top: 2rem; text-align: center; }
.social-heading { font-size: 0.8rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.social-lines { font-size: 0.9rem; color: var(--text-main); font-weight: 500; line-height: 1.5; }
footer { margin-top: 2rem; font-size: 0.75rem; color: var(--text-soft); }
</style>
</head>
<body>
<main class="wrap">
<header>
<!-- Logo image cropped to circular display -->
<div class="brand-logo">
<img src="logo.png" alt="The Rattan Room Logo">
</div>
<div class="brand-name">THE RATTAN ROOM</div>
<div class="tagline">Healing Spaces, Naturally</div>
</header>
<section>
<div class="pill">Coming Soo
Open service 35.176.19.95:443 · techgearparts.com
2025-12-19 07:01
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 19 Dec 2025 07:01:39 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · techgear.parts
2025-12-19 03:01
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 19 Dec 2025 03:01:34 GMT
Content-Type: text/html
Content-Length: 239061
Last-Modified: Thu, 27 Mar 2025 21:08:42 GMT
Connection: close
ETag: "67e5be5a-3a5d5"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: DDR1 Memory Prices (US)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='impact-site-verification' value='ebde9388-1c0d-4342-9412-3c707d764447'>
<title>DDR1 Memory Prices (US)</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Comparison of RAM modules on eBay, sorted by price per GB" />
<style>
/* Navigation styles */
.site-header {
background-color: #2c3e50;
color: white;
padding: 1rem 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
}
.site-title {
margin: 0;
font-size: 1.5rem;
padding: 0 20px;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Main navigation */
.main-nav {
background-color: #34495e;
}
.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.main-nav li {
margin: 0;
}
.main-nav a {
display: block;
color: white;
text-decoration: none;
padding: 0.8rem 1.2rem;
transition: background-color 0.3s;
}
.main-nav a:hover {
background-color: #4a6785;
}
.main-nav a.active {
background-color: #3498db;
font-weight: bold;
}
/* Subnav for memory section - aligned left */
.subnav {
background-color: #ecf0f1;
padding: 0.5rem 0;
}
.subnav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-start; /* Left alignment */
}
.subnav li {
margin: 0;
}
.subnav a {
display: block;
color: #2c3e50;
text-decoration: none;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: background-color 0.3s;
}
.subnav a:hover {
background-color: #d5dbdb;
}
.subnav a.active {
background-color: #bdc3c7;
font-weight: bold;
}
/* Table header styling - centered */
#memoryprices th {
text-align: center;
padding: 10px 5px;
border-bottom: 1px solid #ddd;
background-color: #f8f9fa;
}
/* Mobile menu trigger */
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
/* Original styles */
body {
font-family: sans-serif;
font-size: 10pt;
margin: 0;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
line-height: 1.5em;
}
table, td, tr, th {
border: 0;
}
tr {
line-height: 1.2em;
}
td {
vertical-align: top;
white-space: nowrap;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
td.name {
white-space: normal;
}
fieldset {
width: 12em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid black;
}
label {
display: block;
}
#filters {
float: left;
padding: 0.5em;
}
legend {
font-weight: bold;
padding-left: 0;
}
.hidden {
display: none;
}
.active {
text-decoration: none;
color: #000;
font-weight: bold;
}
#memoryprices {
padding: 0.5em;
}
/* Sticky header for table */
.table-container {
position: relative;
overflow-x: auto;
}
/* Make table horizontally scrollable on small screens */
@media (max-width: 1200px) {
#memoryprices {
overflow-x: auto;
display: block;
}
.mobile-menu-btn {
display: block;
position: absolute;
right: 20px;
top: 15px;
}
.main-nav ul {
display: none;
flex-direction: column;
}
.main-nav.open ul {
display: flex;
}
.subnav ul {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 5px;
}
.subnav li {
flex: 0 0 auto;
}
}
</style>
</head>
<body>
<!-- Main navigation -->
<nav class="main-nav" id="main-nav">
<div class="container">
<ul>
<li><a href="cpu.html">CPUs</a></li>
<li><a href="gpu.html">GPUs</a></li>
<li><a href="memory.html" class="active">Memory</a></li>
<li><a href="motherboard.html">Motherboards</a></li>
<li><a h
Open service 35.176.19.95:443 · abtohoma.com
2025-12-19 02:44
HTTP/1.1 200 OK
Server: nginx/1.4.6 (Ubuntu)
Date: Fri, 19 Dec 2025 02:44:44 GMT
Content-Type: text/html
Content-Length: 269
Last-Modified: Tue, 19 Oct 2021 16:13:33 GMT
Connection: close
ETag: "616eeead-10d"
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Page title: Autonoma Systems
<HEAD><link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<title>Autonoma Systems</title>
<html><body><h1></h1>
<center>
<img src="./images/AutonomaSystems.png" align="center" style="margin:auto;" width="1100" height="200"/>
</center>
</body></html>