AmazonS3
tcp/443
CloudFront
tcp/80
Open service 13.226.244.112:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 fe5f2d46fff25f2d03917e482fe3f670.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: 9A7YNRyGYNqONsD1OGrpqQ5Xwv3SOBD5tHg-Og4Hjf3TUFWMlh6ExA== 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 13.226.244.61:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:44 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 e4a99a83f5512cdd81d7e04f709bb800.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: Ao476-Fi9jYVRDAIOjuaf157kX8hiaVJ4ui8sbHu0lG-GiZ_zQYjzg== 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 13.226.244.110:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 fb955bc611b3963fdb8a05aafd1ed6b6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: TuQBVJOcpry2YH6sChw0rIcmEFJHLMXZiPXrxDFYHpXqFCNOHtr2XQ== 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:2013:5e00:1f:f4f2:6c80:93a1:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 c228d030cb57fc019b9abc1ae6330ae8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: RRtJ_ja71lD1K7PIO7QOpZnT5tz_xyQu09w50sFMjGO2Ps--3H3apw==
Age: 58697
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.3:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 fa5fdff0565bac70f31c39c016fef732.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: NAJ8-5Boz5hXjbjA-Dxo6sDBnu6EuJ1U0lzZtblJQSI215h6w6KYoQ== 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:2013:2800:1f:f4f2:6c80:93a1:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 6942d46e6bed08f4180d0ef0e1b81710.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: rrRXGdrShqcthsEiqHCh-R12JbGhtL7gCN2FX8Qp4yTwDQAXFjt5nQ==
Age: 58697
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.110:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 d65c51c078cfd9159d89608b305ffa06.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: J01eoevlMj0OPkfQvoknSRijJQpkGAFfHOZ9_22pIcWg6b7s_qBrPg==
Age: 58696
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.61:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 31028316ebf6f55d1032e774dd501fc4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: NYVURJiIyMdANTHcKe-Fg3Ec4qKNUVvbetj-iHCP70OKxwNciDtXFw==
Age: 58696
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:c00:1f:f4f2:6c80:93a1:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 e9a2119419258b95d7e2b6ceb32fa340.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: onuUfAee0EOcdoNJ0aY0QTBQJ5iZl62tot9A23dasVDk2367fVN4ew== 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:2013:8e00:1f:f4f2:6c80:93a1:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 dcf4626236e0bf59f93714e3cf1cf6ae.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: cfZFd_39fJP9khVYei7rFFUf83r4EoG06rS0b_y1w4jVzC2o4w9BqQ==
Age: 58696
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:ea00:1f:f4f2:6c80:93a1:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 196e4eab5570916f93ed770818c0dad8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: oZOSgA08OZEXmcOylVx-6GFiteUgzw-UQf0Hfl-ujqbwKHZhtyGXhw== 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 13.226.244.3:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 dcf4626236e0bf59f93714e3cf1cf6ae.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: jZ4K-8xgYvcPPHYHIO6QjouqW_VSdckg0s0rJwvhnrxp0kOSG-Mu1Q==
Age: 58696
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:5e00:1f:f4f2:6c80:93a1:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 fb595d3073df1809891621e80f80f23e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: hJNUnfVd0IAdb-46rr8cr_cViiXlCqamPwtm5u3B7cPAMjD_fDnG4A== 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:2013:8e00:1f:f4f2:6c80:93a1:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 d5e242bbdda7ca2285d7ad511c640472.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: F9-TA8o5YMJevyh3_POhK1R25M-JAOzXc_V6XiBGiYr2sDO-OfySaA== 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:2013:2800:1f:f4f2:6c80:93a1:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 866f601f575454816c3f12c180694218.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: Q1x505KV39vcEQrMHwDQwUTT7A8DKlJ_LBGgM4JdQSrYf4mul5scRQ== 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:2013:7400:1f:f4f2:6c80:93a1:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 72d16828b4853f659ca6971a052602d6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: S3Op0UlXBrtl8l6hECfWIgUkESc4Pji8EmDW0wc2ZOZtmAtGA3VqSQ== 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:2013:a00:1f:f4f2:6c80:93a1:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 c228d030cb57fc019b9abc1ae6330ae8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: 5NDVdWx6Fv2i-iLVz_7owO9kNKmm-tADLFltCCAFMjDGZwddCLPGwg== 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 13.226.244.112:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 196e4eab5570916f93ed770818c0dad8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: RkKVfbulQlxuapz1zPPPKCIavow5eIKLU_pFpJLNGU9vrY5zx9kYCA==
Age: 58696
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:ae00:1f:f4f2:6c80:93a1:80 · restutil.net
2026-01-03 05:07
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 03 Jan 2026 05:07:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 94bd75b95472ec61935815aa61472392.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: 8m-X0bwxrtIp1tJBzWd-UGx4L_CpgzsEdDvkZxP6CExz9mIx1XpksA== 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:2013:ae00:1f:f4f2:6c80:93a1:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 dcf4626236e0bf59f93714e3cf1cf6ae.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: LTJB7KsLavhEdV0uIhqdRVp5SnIkRrGufdtqxxb3oSyw1ZPQa38sCQ==
Age: 58696
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:7400:1f:f4f2:6c80:93a1:443 · restutil.net
2026-01-03 05:07
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
Date: Fri, 02 Jan 2026 12:49:27 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
X-Cache: Hit from cloudfront
Via: 1.1 fb595d3073df1809891621e80f80f23e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: x0avbICdielN46gafNdpvi6XwT4ymLBCvQY-EpwhMsAv2ZBkh-wcEQ==
Age: 58696
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:3e00:1f:f4f2:6c80:93a1:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:44 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 d63d8d406be99e2ae197739e9767d67e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: sI-iGPD2rvUuczDGk_58RBFi92sHZe0igH9mEah5kBsTGfuvEqnlFg== 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:2013:3e00:1f:f4f2:6c80:93a1:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 2d148e8afd5950255ce014a0e33236f4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: RDJhhtGU__LfRUNJ7vA0qjhvw0_kVqUnr1HJG04nW16QUjYqwzPhBQ==
Age: 1
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:b600:1f:f4f2:6c80:93a1:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 8e089c6c0c5b8cc7839add40802b8dee.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: vg_iEVIIAal2HytsHJKiHaKBgLCwk0AzHl_hh81jtD4VriyOAvgLFg== 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:2013:b000:1f:f4f2:6c80:93a1:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 866f601f575454816c3f12c180694218.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: E9tbQBoB1k28tLVUMFmxwcBj0yb9WcmxISEVLCp_8IOekVFdzq0LMQ==
Age: 2
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.110:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 866f601f575454816c3f12c180694218.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: A8VCkVSi0qxZqWatWlhTKNaX6lwHhS7V87rdz5-sTgd0NQtJhxI7iw==
Age: 1
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.3:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 31028316ebf6f55d1032e774dd501fc4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: v6XmfKDPKq5zuGxrheEPpO6Neb5KoMwOspb_y9pGM1Z8wWjdW0_oVg== 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:2013:d800:1f:f4f2:6c80:93a1:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 d63d8d406be99e2ae197739e9767d67e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: jBDTU1Ia-5QW5J0qNaODwg7Lbmcx3kXTXLz-fRZbwBA17AuJ9q8c7w== 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 13.226.244.110:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 2d148e8afd5950255ce014a0e33236f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: la7yM_I9D5ph7gPz6VskWnO-0K98OJzReQfDRYBagZbg2NNG8M6gpA== 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:2013:1e00:1f:f4f2:6c80:93a1:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 fb595d3073df1809891621e80f80f23e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: tLL3uw2QTo4nm_kXc9Kton7gt0Pnsgi8JhNb7ubWMam961UNe7lRQg== 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:2013:c000:1f:f4f2:6c80:93a1:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 baadcac51191f912823df79ac222bafa.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: iV3wX4tsFFokAodzw_kPUKbgtsrtkIpdVubsA5mQZldtu7j8l8eDbg==
Age: 1
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:5e00:1f:f4f2:6c80:93a1:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 fa5fdff0565bac70f31c39c016fef732.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: epU1Jr0dF736LNbLwDDuXmNWvEDpk5x5g31fhFalrI2EtfDBNspxpA== 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:2013:d800:1f:f4f2:6c80:93a1:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 ede4657ca75ee1968129a6a3c26144b0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: ufMQqO747-MVf_XMDezmoEtfqlK9J70dphPxNXAvlBjqTQC1eYCyMw==
Age: 1
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:b000:1f:f4f2:6c80:93a1:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 dcf4626236e0bf59f93714e3cf1cf6ae.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: yT8ZRoa3OhmTIt5qP5-bFViBN_ZIvCo2QQMaeYb0tbygsJwnKCaxqw== 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:2013:1e00:1f:f4f2:6c80:93a1:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 dcedafde3c85f7d772bd8e7da520f9b8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: -IRDsccM50sDlp_VYa5fWwaPaXa7syzGl6hiyvaeYPpPHe4uiGAaHQ==
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.3:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 d63d8d406be99e2ae197739e9767d67e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: u2GMtgVdv4RZoYj3v1535yeTiajuWKFtgWuxh_SZHGeSi-teF4ksWg==
Age: 1
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.112:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 6942d46e6bed08f4180d0ef0e1b81710.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: yD8H-sakAGWkWSrjauKEenwruPq6Xc7U1CJfZwvxyfxrYhN8OlUxtQ==
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.61:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 fb595d3073df1809891621e80f80f23e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: qDW2h4Emwwy7F4p26NK0XLd0AJbcLChdWALa3N5C0R6aYTlX6zRcHg== 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 13.226.244.112:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 e9a2119419258b95d7e2b6ceb32fa340.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: gScuFyr3In-gRutbJGMa1_oFEE2ceuPW0vMtj6r91qoIgEk0aew0OA== 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:2013:b600:1f:f4f2:6c80:93a1:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 dcedafde3c85f7d772bd8e7da520f9b8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: wn7lXWOOSa52VpZjcpOe8va-_g9o1QN6gIfOu-o58yGUirVkzTJFSw==
Age: 1
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 13.226.244.61:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 2366f276ada852c1e79bf73ce885394a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: TULMRZYUctPE_nV805n85I8uxcY4rfeHmTtI-Dmfkl-1sIPk3bm1rg==
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:3800:1f:f4f2:6c80:93a1:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 2b339de228a4c61814fa560f3f9e1bec.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: OnMy-KIo1tJGw0o_VbHt-UIwrqxA5F4DPrDny6abLL2WgjHMYLhgPg== 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:2013:3800:1f:f4f2:6c80:93a1:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 fa5fdff0565bac70f31c39c016fef732.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: fORh-qMXg92ItwnVJUUoCoo5wX_b80xeoAmqvj3nq3D99qu9PgcOXQ==
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
Open service 2600:9000:2013:c000:1f:f4f2:6c80:93a1:80 · restutil.net
2025-12-31 10:17
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Wed, 31 Dec 2025 10:17:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://restutil.net/ X-Cache: Redirect from cloudfront Via: 1.1 bc373ac1adac42ca6c9ad53da8111582.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P14 X-Amz-Cf-Id: 3gsa_i7vJxkjyELqfV04B5NVUhT7G-_OeyC_cL-55AypyoFdC5A8Wg== 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:2013:5e00:1f:f4f2:6c80:93a1:443 · restutil.net
2025-12-31 10:17
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 5566
Connection: close
Date: Wed, 31 Dec 2025 10:17:43 GMT
Last-Modified: Sun, 10 Aug 2025 17:49:41 GMT
ETag: "7791b2971351b8d79822cbc3fd1d4c58"
x-amz-server-side-encryption: AES256
x-amz-version-id: .jWn.BfLOB0MHCbP7v3Uo_h8AqBVvQbb
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 95be0060be604c981ae336737024af84.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P14
X-Amz-Cf-Id: rRlIntf0GuNZLm4_6GEvwd6ZoIXwDRJideOTC83biLWVSSTMOgXPow==
Page title: Coming Soon - restutil.net
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - restutil.net</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 {
font
13.226.244.112 1 13.226.244.61 1 13.226.244.110 1 2600:9000:2013:5e00:1f:f4f2:6c80:93a1 1 13.226.244.3 1 2600:9000:2013:2800:1f:f4f2:6c80:93a1 1 2600:9000:2013:c00:1f:f4f2:6c80:93a1 1 2600:9000:2013:8e00:1f:f4f2:6c80:93a1 1 2600:9000:2013:ea00:1f:f4f2:6c80:93a1 1 2600:9000:2013:7400:1f:f4f2:6c80:93a1 1 2600:9000:2013:a00:1f:f4f2:6c80:93a1 1 2600:9000:2013:ae00:1f:f4f2:6c80:93a1 1 2600:9000:2013:3e00:1f:f4f2:6c80:93a1 1 2600:9000:2013:b600:1f:f4f2:6c80:93a1 1 2600:9000:2013:b000:1f:f4f2:6c80:93a1 1 2600:9000:2013:d800:1f:f4f2:6c80:93a1 1 2600:9000:2013:1e00:1f:f4f2:6c80:93a1 1 2600:9000:2013:c000:1f:f4f2:6c80:93a1 1 2600:9000:2013:3800:1f:f4f2:6c80:93a1 1