deno gcp-europe-west2
tcp/443
Open service 2600:1901:0:6d85:::443 ยท app.joyzo.com
2026-01-28 08:37
HTTP/1.1 200 OK
content-type: text/html; charset=utf-8
vary: Accept-Encoding
transfer-encoding: chunked
date: Wed, 28 Jan 2026 08:37:11 GMT
connection: close
via: http/1.1 edgeproxy-h
server: deno/gcp-europe-west2
Page title: Joyzo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Joyzo</title>
<style type="text/css">
body {
background-color: white;
}
#root {
position: relative;
}
#root:empty {
background:
linear-gradient(rgb(215, 238, 218), transparent),
linear-gradient(to top left, rgb(106, 210, 118), transparent),
linear-gradient(to top right, rgb(89, 200, 104), transparent);
background-blend-mode: screen;
}
#root:empty ~ .indicator {
position: absolute;
top: calc(50% - 50px);
left: calc(50% - 50px);
width: 100px;
height: 100px;
background-color: white;
border: 10px solid rgba(58, 138, 0, 0.2);
border-left: 10px solid #01a70c;
border-radius: 50%;
animation: spin 1.1s infinite linear, concrete 5s forwards linear;
box-sizing: border-box;
}
#root:empty ~ .logo {
position: absolute;
top: calc(50% - 25px);
left: calc(50% - 25px);
width: 50px;
height: 50px;
background-image: url('/assets/company/parsley.svg');
opacity: 0;
animation: fadeIn 5s forwards linear;
box-sizing: border-box;
}
#root:empty ~ .status::after {
position: absolute;
bottom: 100px;
width: 200px;
left: calc(50% - 100px);
content: attr(data-label);
color: #016207;
text-align: center;
opacity: 0;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
animation: fadeIn 1s forwards linear, glideUp 1s forwards linear;
}
@keyframes spin { 100% { transform:rotate(360deg); } }
@keyframes concrete { 100% { background-color: #016207; } }
@keyframes fadeIn { 100% { opacity: 1; } }
@keyframes glideUp { 0% { transform:translateY(20px) } 100% { transform:translateY(0) } }
</style>
<script type="module" crossorigin src="/assets/index.64ce530d.js"></script>
<link rel="stylesheet" href="/assets/index.829c9d6b.css">
</head>
<body>
<div id="root"></div>
<div class="indicator"></div>
<div class="logo"></div>
<div class="status" data-label="Loading application"></div>
</body>
</html>