GitHub.com
tcp/443
Open service 2606:50c0:8002::153:443 · candystoredemo.poorvarpatel.com
2026-02-06 12:25
HTTP/1.1 200 OK
Connection: close
Content-Length: 2645
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 31 Oct 2025 01:00:59 GMT
Access-Control-Allow-Origin: *
ETag: "69040a4b-a55"
expires: Fri, 06 Feb 2026 12:35:27 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 833E:19E2C8:736037:81B7BB:6985DDB7
Accept-Ranges: bytes
Age: 0
Date: Fri, 06 Feb 2026 12:25:27 GMT
Via: 1.1 varnish
X-Served-By: cache-lga21931-LGA
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1770380727.994126,VS0,VE43
Vary: Accept-Encoding
X-Fastly-Request-ID: 368af14cd9092af59ce08d0b2765332a777911b1
Page title: CANDYSTORE
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CANDYSTORE</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
background-color: #f5f0e8;
color: #2d2d2d;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 2rem;
}
.container {
text-align: center;
max-width: 600px;
width: 100%;
}
h1 {
font-size: 2.5rem;
font-weight: 300;
margin-bottom: 2rem;
color: #2d2d2d;
line-height: 1.4;
}
.divider {
width: 100%;
height: 1px;
background-color: #2d2d2d;
margin: 2rem auto;
}
.back-button {
display: inline-flex;
align-items: center;
gap: 0.5rem;
margin-top: 2rem;
padding: 0.875rem 1.75rem;
background-color: #d4956c;
color: white;
text-decoration: none;
border-radius: 0.375rem;
font-weight: 500;
font-size: 1rem;
transition: background-color 0.2s ease;
border: none;
cursor: pointer;
}
.back-button:hover {
background-color: #c08558;
}
.back-arrow {
font-size: 1.25rem;
transition: transform 0.2s ease;
}
.back-button:hover .back-arrow {
transform: translateX(-3px);
}
@media (max-width: 640px) {
h1 {
font-size: 1.75rem;
}
.back-button {
padding: 0.75rem 1.5rem;
font-size: 0.9375rem;
}
}
</style>
</head>
<body>
<div class="container">
<h1>This page intentionally left blank while I fix a pipeline and break everything on the way 🥸</h1>
<div class="divider"></div>
<h5>For a demo, please reach out! I'd be more than happy to show you what I have so far :)</h5>
<a href="https://poorvapatel.com/#/projects" class="back-button">
<span class="back-arrow">←</span>
<span>Back to Projects</span>
</a>
</div>
</body>
</html>