cloudflare
tcp/443 tcp/80 tcp/8443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652293dc361d
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [lfs] repositoryformatversion = 0 [remote "origin"] url = https://github.com/0xtoshi/confentti.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main vscode-merge-base = origin/main
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652293dc361d
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [lfs] repositoryformatversion = 0 [remote "origin"] url = https://github.com/0xtoshi/confentti.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main vscode-merge-base = origin/main
Open service 172.66.47.98:443 · exell.pages.dev
2026-01-10 01:08
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 01:08:53 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JgP6%2B8EVm0YHyjD3hVMTb%2F9kSMxBa2RxgrZsUZe9pMioJ2YfCL2I%2B8VWwddMxiYQV%2FrbCWjwObZikH8fpbu7ldxQkt5cmcu6jy1rOLMB4A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bb84927aac8ed40-SJC
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:8443 · exell.pages.dev
2026-01-09 20:07
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 20:07:19 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t1O%2BHX9j09wLg7qhiet%2FhQG9P5Xb1HpIs2cjoBSmmP22B4kMiOEWeJuckKV4aP87lfqMsv4zrQq8bU1WQqiTXcoczQ7JeBt%2BuC%2Fo0mr4ZA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bb68f6b6c454a1a-EWR
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:8443 · exell.pages.dev
2026-01-03 01:00
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 01:00:39 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ut%2FLygsRLWDCRiXC8a4qXh5PsH5KgYKF%2BMjfngZiN5QT83A%2Fnudm6v0F0X4ZP%2Bmc%2Bn7OzccpeMR9GTnPktAum1mEPrrmziTTHKrMI6iHsg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7e8f7a9cb02be8-FRA
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:443 · exell.pages.dev
2026-01-02 18:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 18:30:07 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yQT4ciQ6qCdx98Le8rJXfsebHFx1KqBHkFApuw4ko7E2MetqiX27MJ01JeAJlYVNxBChMAsDz3Fp2lHDWt%2FR69%2FoI67gGez%2BNSUzCKTTFQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7c5367bdab37a1-YYZ
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:8443 · exell.pages.dev
2025-12-30 14:57
HTTP/1.1 200 OK
Date: Tue, 30 Dec 2025 14:57:16 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ujmGcWXNqQWbZjzZMBwQXxbTGXfwmLgv2h1mj1eKncTkUyINw4JgeK6PHxuQmc5QXbYqt69ThEAmkDalyyNLjAcoom7Q1RRse5ZEQ7pcTA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b62637fe931363b-FRA
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:443 · exell.pages.dev
2025-12-22 10:22
HTTP/1.1 200 OK
Date: Mon, 22 Dec 2025 10:22:21 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6m7rS4rdPPOLRq5H2EWUhyAZ6S7vKplUaKR0eiIfCzfdy7sF3bThchxQ86sjuFpO3wqGBKXhDBynn%2B6bUJJtEMSK5%2FA9td8o5mmWftT%2FwQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1ee5c8be774daa-FRA
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:8443 · exell.pages.dev
2025-12-22 10:22
HTTP/1.1 200 OK
Date: Mon, 22 Dec 2025 10:22:20 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XiZQVw5Z%2Be4iKPVEAdYVnBxV5ktZ3OHocL3JM%2FAEDQ8Hxy%2FuGZDgRVAAjQJH06qbCw3FMa0KqLbja%2FPjXO9vu1G0satx4vURpDRuNopF9w%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1ee5c019369ba7-FRA
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:8443 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7PVH8wJkHlTu2QfEx5gbtOHHc6QV33URe6ghiazjpNUUCc1o4RzJDYwmxggjzbj6jkwxeDs8euWE9finx27EJ3vM8iLEKFjKnaZeOBU79A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9fb0aab9fdea-SIN
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 2606:4700:310c::ac42:2f62:80 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 301 Moved Permanently
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Length: 0
Connection: close
Location: https://exell.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kw59nNuF6gGoNl134TWa4piAAt7wyWJegi2yAIEwKA%2Bf1moEaAzYHahSWyFWms60iB4eZ8rxKHqc4Il%2FV3NvciP2SfzGfizYNa8RXQwyP%2Fl3Jw0n%2FzysvyoWag%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9faea97fd25b-SIN
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2f62:8443 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MhjDJMsWwez6GE2KXLopLOI8%2B7VzFyAw%2BF2ldZmajKwkICGR3qmZCfyIC42CPjBd9c3hgeRWDlzKFUDBoWGWMawbTj1X6b1YSkr0uI03Xv5kj3RUwQK7MKjHNw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9faf5e34aac8-YYZ
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 2606:4700:310c::ac42:2c9e:8443 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=X2JpMJIAI5IF%2BxgmYQjBz7hDmAy5uyhE9nCtZPx3SWgTO6kQQkozVpg51fiFcP%2BytWUH5kRh%2BntCI56YxCxREU73qNQP7nMxTJU6G2a3bqTjkNNU8ilc8Wexbw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9fb02c86562b-EWR
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 2606:4700:310c::ac42:2c9e:80 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 301 Moved Permanently
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Length: 0
Connection: close
Location: https://exell.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=swhPDCByYGC0oGEtcZ1oPfk93Wvxb%2F8XsR6g7hslbLPBOF6gnweI%2BXXqPl9DcLGCEDHz7DeDedtrAGW2Bc1yoQAVDkJoHyGE2BgEwOmYKxjN6tSBEM2ohPndlg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9fae1b00aa1c-SIN
alt-svc: h3=":443"; ma=86400
Open service 172.66.44.158:80 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 301 Moved Permanently
Date: Sun, 21 Dec 2025 21:55:26 GMT
Content-Length: 0
Connection: close
Location: https://exell.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FX0lAzMXTC4ohjdRueEvbcJOp2jap6%2B9ZpjzeY30KXyM5N5VyfD4RXWJmoWMZg0Zb057jaKNI%2BYzjsVdVw5ig51QW%2FJz56TySkI2QlP1Kg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9fad7bc10426-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2c9e:443 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XJczkQavD%2BA0XoAtSX6IolwJD%2F%2F5wMHjXc859dtwLLSmLVNjoZpmEOodUPlnFnuyCt2Rfz8KiegGcGtCZ%2F4OijR0WFv6naxBa%2BDbtYOBZDeA%2FKifysckJTBblA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9fadac3276a1-LHR
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.44.158:443 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SQu3axFkjkyaO8oRBR%2FK96OmVlMAZJuo%2BQ4slnQjGgYRy7hVa7Pal%2Bw5%2BT4ON1H7j21vr3QR6KTW%2BARnZM1Gbh2AakHgoGquqOhDf17p7g%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9faf2d70ae18-YYZ
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:443 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EZfzcIEssmLcQ359c9b8vPZGh2NBWxw8p12BgecdOIWYtgfw10SkZYWKk1ZiihQYlxLUg5Wlg%2B8NevYsm0PW1Sf%2BamrRHwhhkOsE53il4A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9fafea2e1dc7-EWR
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:80 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 301 Moved Permanently
Date: Sun, 21 Dec 2025 21:55:26 GMT
Content-Length: 0
Connection: close
Location: https://exell.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=b6e40ZTVsxHrG6qyc1XK4Wcd6F5reJweI5rI6ERqUgNxpIM8jPyFSasV%2BEe8e7S2AW20AMB0MhzZF8rqk6p15VecxyXg%2BjCVOpGgNv44aw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9facd86cd251-AMS
alt-svc: h3=":443"; ma=86400
Open service 172.66.44.158:8443 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 21:55:26 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0RbFm6YrGfSZ4Ny48JC2w4jmcoExVfOQrQEBh95kc3dmZAQikLpZReCwxB4296l%2BzctQD9s0cLQe1atnOijeMUcwEzEX6C9o5QgtUt6Jzg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9fad1bebd28d-FRA
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 2606:4700:310c::ac42:2f62:443 · exell.pages.dev
2025-12-21 21:55
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 21:55:27 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FbZN7hhtPpPSIGCDAUzm%2BF2RwUMIa4bi%2BiDvs%2BRKvsUM1KU0l0k%2BWcxd9UU3%2BzDUq5ZG90BYPxG0dvM2Jj4Kd7Qc3x6J0TzNX1UnfJjNePbUXpL%2FyWexW9tHnw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b1a9fafba68e640-EWR
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:8443 · exell.pages.dev
2025-12-21 11:13
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 11:13:25 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5d1R9b4jBkHrkHFVtv11C94nsAeV4ZuhjZuhtc6xu3%2Bx5rBsf4zOPmAWWrIE9hRbOwQ5HwuOGmJYjiTZ03RQhn5YIZRUr5nlfj6h40bT%2FQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b16f3351a4bd874-LHR
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:443 · exell.pages.dev
2025-12-21 11:13
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 11:13:25 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Z%2FphcPOsgVNudurYmJ0S7y322ntZJBqE4MO2puZSh2FmSH0d3079CmAMXsk7G95uCHuKHljRo%2FbojSqPRUuQohO6%2BN7CecuQg3gJWkE%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b16f3357ff15c74-FRA
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:8443 · exell.pages.dev
2025-12-19 07:38
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2025 07:38:24 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hScrjPGwnaM4p93zb9oegikIilvqhzzuXS%2Fqv7iqM%2FegzKnnqxtHiIfkHeA2xboHB6Nl%2Byl3%2BF1ePOSq9BQyeW5NH5vtValTKQaZeSU%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b053d810f1dc33f-EWR
alt-svc: h3=":8443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe
Open service 172.66.47.98:443 · exell.pages.dev
2025-12-19 07:38
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2025 07:38:32 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 8542
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "cdeab2b37c201b659f4b9c8b83783e25"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=haEmWWPbXvWKoNte5nZKoQZwFwYod%2Fj6TvKgS17XgBcwiDoWhXmyG3xTtRXlhXRg2A9iAzsVUUPdXUwlaHY39pwtJZYu%2FkK73pbIiQ45ig%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b053db24a30040c-FRA
alt-svc: h3=":443"; ma=86400
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
background: linear-gradient(90deg, #a85e18, #b60f63);
user-select: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
&:before,
&:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
html {
min-height: 100vh;
display: grid;
}
body {
min-height: 100vh;
display: grid;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #fff6ea;
}
.container {
margin: auto;
width: 4rem;
height: 2rem;
}
.heart {
position: absolute;
&:nth-child(1) svg {
opacity: 0;
-webkit-animation: heartUp 1.4s infinite ease-in;
animation: heartUp 1.4s infinite ease-in;
}
&:nth-child(2) svg {
position: absolute;
left: 1rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.3s infinite ease-in;
animation: heartUp 1.4s 0.3s infinite ease-in;
}
&:nth-child(3) svg {
position: absolute;
left: 0.5rem;
opacity: 0;
-webkit-animation: heartUp 1.4s 0.6s infinite ease-in;
animation: heartUp 1.4s 0.6s infinite ease-in;
}
}
svg {
fill: #f58d9c;
}
@-webkit-keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
@keyframes heartUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0) rotate(10deg);
transform: translate3d(0, 0, 0) rotate(10deg);
}
50% {
opacity: 1;
}
65% {
opacity: 1;
}
90% {
opacity: 0;
-webkit-transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
transform: translate3d(0, -35vh, 0) scale(1.2) rotate(-10deg);
}
100% {
opacity: 0;
}
}
#info-box {
position: absolute;
bottom: 0;
right: 0;
padding: 2rem;
color: white;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
letter-spacing: 1px;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 500;
}
#info-box > span,
#info-box a {
display: block;
color: white;
padding: 0 0 0.25rem 0;
margin: 0 0 0.5rem 0;
text-align: right;
text-decoration: none;
}
#info-box span {
font-weight: 800;
}
#info-box a {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#highlight-position {
width: 50px;
height: 50px;
border-radius: 100px;
box-shadow: 0 2px 25px rgb(0 90 255 / 16%);
position: absolute;
top: 0;
will-change: left, top;
left: 0;
border: 2px solid rgb(174 184 255 / 25%);
pointer-events: none;
opacity: 0;
}
#confetti-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.confe