AmazonS3
tcp/443
CloudFront
tcp/80
Open service 18.172.112.7:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 10f6ed997c15c1439b3ae1db258c7d16.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: COOtGb9tD7qdMcMWyFOmuNPcBBwemzGfQ7qZkRvt3VErImBO-RZQhg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:d600:2:ceec:1500:93a1:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 7af089de61bb0f71465732ed7f6f3386.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: ZBj15ktGUPBF18m7CxjCa7wJkLMB1wKLHleAQ7RYpPhaz8T0XOLrtA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.172.112.117:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 10f6ed997c15c1439b3ae1db258c7d16.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: 2LwlP4JdePmLTZfdwM9gF_JUrw42q1sIs8G7XygPa0-LbP6CTVwttg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:ee00:2:ceec:1500:93a1:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 cc4cf609fb0281d98d6d93c0f4650efa.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: TGSBMZ1ph8qNtVzlsuyIA0YjUE-L5yM3gneZGCwJbs72GQWkSsYebw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:f800:2:ceec:1500:93a1:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 e2239bbca97bdb08942ca2cd020caca8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: HUSeNQ4e8W0qf9gIzp7253IAjbTBnSSBhQ-pqm2-JFDK_kVDyr6T-A==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 18.172.112.7:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 81a2ccccd3da8ffc5c6580a9c9d4bace.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: XVrtKAcxjzykt0_e73z_mjYUQV0lxEiSn_qDTZvQmtj5C4oJcgx6yw==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 2600:9000:2761:a800:2:ceec:1500:93a1:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 186bdaa7eeeac80deba6005ccbb75b56.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: iS5ilruzzDP6CXTUYFntxZDqlbSMCBdVQeij43k69CRkbxsku1lAgw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:c000:2:ceec:1500:93a1:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 1fa1c6285afcbdedfbb042a0993ed182.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: iYr5iOe2xnYPumb2JwKx78XR5MyE89lEjtOSQHS5fuihJKSn8RwXGA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:f800:2:ceec:1500:93a1:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 8c697b4cc5726ac95109fd0b5c794d72.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: 1CQCqScVOc75ngeeisju39g6Q667me55PEtWouKi85l_IG29wc0-3A== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:a800:2:ceec:1500:93a1:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 07ddb29e6fb6e0d7584320febca423a6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: jound-tNK-KawTGYq3-Bt0C8pBhwUA8-PguRNzGwzpBqu1LVK_Fl9A==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 2600:9000:2761:7600:2:ceec:1500:93a1:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 186bdaa7eeeac80deba6005ccbb75b56.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: O1A0z08xgxCMLSVzJD8LB0rWPG61WrZ_WP_LG-VRBln8i5zwns3vsQ==
Age: 77673
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 2600:9000:2761:6600:2:ceec:1500:93a1:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 1fa1c6285afcbdedfbb042a0993ed182.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: F2a9LtrmvTEEGeeppi1h98IwBzZ17yvYbmgVoRmibVbWZCqRR8ZWLA==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 18.172.112.46:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 58e9d1f8f21a3575fa58a14f7f39c636.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: _KvMwgACYhLTF-IksbS-48NWfXRuedVNLZjz_fBCkcMyzzMKkJ_21w==
Age: 77673
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 18.172.112.117:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 fd9d525f4633063393693172d96013ca.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: 1657MSEYt-lOAYM6mfERzLBnSVTHmDAxnxSnD3Vog9NjC2ZFXC3tQA==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 2600:9000:2761:be00:2:ceec:1500:93a1:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 d6f2ecdfd53b40c1776d655bd15fdeb0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: IA_tLaYk1llCAPsLbUvka-t2mVdnPm_m0Shvbm_Jw_7QeLjLnKrypQ==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 18.172.112.46:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 7b2737d1601ba8c676e6f68b6aa113d8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: yt8oSoWyRBhQ7yWBmkwGEomiTlsttoJ39cYhnAAz5R6HbO34oQczWg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:be00:2:ceec:1500:93a1:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 7011da69940360ddebc87f61490ffecc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: qPzyLNN__nRqOnj_q5MJjKYSjngAYm32tOAkBNgEYA6XsjbhyA-Duw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:d600:2:ceec:1500:93a1:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 8c697b4cc5726ac95109fd0b5c794d72.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: t2OpTPCTpNk8H5g_imBCo0fNfz2DXiqi0dYnhH92T0luAMLZ4dgMXA==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 18.172.112.52:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 0e49b385c2bbe9db0820bc1551bde98a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: z2kRDps7b_hP25nK6HUxWP7Dt5A1jI3fHH4y7gRlHdV4cRJReiBx-w== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:ee00:2:ceec:1500:93a1:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 360184e3d21355e6dfcea5cbe81a7f44.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: _dM4TzPx5t4rnck9X2d3BK7Jr_b7OCoQXtdbM_npFUzhVd1alacgfA==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 18.172.112.52:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 90af45dd727f0b43ee7edafc660daaee.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: SBDo6TtA92mctdwd7GW6pmzGA9fTD8QzcDR-UgwVZ0-TVbZKQIlgqA==
Age: 77673
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 2600:9000:2761:c000:2:ceec:1500:93a1:443 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5586
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:50:07 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: nFHmGvff.ylbOqXE.iUl65m3Hv45jmuO
Accept-Ranges: bytes
Server: AmazonS3
Date: Thu, 01 Jan 2026 12:56:05 GMT
ETag: "9ec49c2f0db8c8f7208012d5114cab58"
X-Cache: Hit from cloudfront
Via: 1.1 8c697b4cc5726ac95109fd0b5c794d72.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P8
X-Amz-Cf-Id: eLsOqH16rJvO7d5ywyyHg4uFmC9dvrtDcEEROP5SwP47m_8QfaZFog==
Age: 77674
Page title: Coming Soon - tinyhousehost.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - tinyhousehost.com</title>
<style>
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
line-height: 1.6;
}
/* Main card container */
.coming-soon-card {
background: white;
border: 2px solid #e2e8f0;
border-radius: 16px;
padding: 3rem 2.5rem;
max-width: 500px;
width: 100%;
text-align: center;
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04);
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.coming-soon-card:hover {
transform: translateY(-5px);
box-shadow:
0 25px 30px -5px rgba(0, 0, 0, 0.15),
0 15px 15px -5px rgba(0, 0, 0, 0.06),
0 0 0 1px rgba(255, 255, 255, 0.05);
}
/* Typography */
.main-heading {
font-size: 2.25rem;
font-weight: 700;
color: #1a202c;
margin-bottom: 1.5rem;
letter-spacing: -0.025em;
}
.subtitle {
font-size: 1.125rem;
color: #4a5568;
margin-bottom: 2rem;
font-weight: 400;
}
.early-message {
font-size: 1rem;
color: #718096;
margin-bottom: 2.5rem;
padding: 1.25rem;
background: rgba(237, 242, 247, 0.8);
border-radius: 8px;
border-left: 4px solid #667eea;
}
/* Contact section */
.contact-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem;
}
.contact-label {
font-size: 0.875rem;
font-weight: 600;
color: #4a5568;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
}
.contact-email {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.125rem;
color: #667eea;
text-decoration: none;
font-weight: 500;
padding: 0.75rem 1.5rem;
border: 2px solid #667eea;
border-radius: 8px;
transition: all 0.2s ease;
background: transparent;
}
.contact-email:hover {
background: #667eea;
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.contact-email:active {
transform: translateY(0);
}
/* Email icon */
.email-icon {
width: 20px;
height: 20px;
fill: currentColor;
}
/* Responsive design */
@media (max-width: 768px) {
.coming-soon-card {
padding: 2rem 1.5rem;
margin: 10px;
}
.main-heading {
font-size: 1.875rem;
}
.subtitle {
font-size: 1rem;
}
.contact-email {
font-size: 1rem;
padding: 0.625rem 1.25rem;
}
}
@media (max-width: 480px) {
.coming-soon-card {
padding: 1.5rem 1rem;
}
.main-heading {
Open service 2600:9000:2761:6600:2:ceec:1500:93a1:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 7011da69940360ddebc87f61490ffecc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: m8dkI5o3GAqWytQH_2ldn4NsRN1JYK1BT807KeKErYcLF_6Kk95qOQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2761:7600:2:ceec:1500:93a1:80 · tinyhousehost.com
2026-01-02 10:30
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Fri, 02 Jan 2026 10:30:38 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://tinyhousehost.com/ X-Cache: Redirect from cloudfront Via: 1.1 7b2737d1601ba8c676e6f68b6aa113d8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P8 X-Amz-Cf-Id: EUrpkVJbkTwuc5mxxes40UkbQYaa8SoHFtPwbP1uuaje8Dm1ROWhZQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
18.172.112.7 1 2600:9000:2761:d600:2:ceec:1500:93a1 1 18.172.112.117 1 2600:9000:2761:ee00:2:ceec:1500:93a1 1 2600:9000:2761:f800:2:ceec:1500:93a1 1 2600:9000:2761:a800:2:ceec:1500:93a1 1 2600:9000:2761:c000:2:ceec:1500:93a1 1 2600:9000:2761:7600:2:ceec:1500:93a1 1 2600:9000:2761:6600:2:ceec:1500:93a1 1 18.172.112.46 1 2600:9000:2761:be00:2:ceec:1500:93a1 1 18.172.112.52 1