deno gcp-europe-west3
tcp/443
GraphQL introspection is enabled.
This could leak to data leak if not properly configured.
Severity: medium
Fingerprint: c2db3a1c40d490db1a0bbaa3ec22194d9f07d5ef61961a475ec960131232ed03
GraphQL introspection enabled at /graphql Types: 113 (by kind: ENUM: 6, INPUT_OBJECT: 28, OBJECT: 66, SCALAR: 5, UNION: 8) Operations: - Query: Query | fields: me, spotById, spots, userById, users - Mutation: Mutation | fields: login, requestPhoneOtp, signup, verifyOtpLogin, verifyOtpSignup Directives: deprecated, include, skip (total: 3)
Open service 34.120.54.55:443 · ama-e.io
2026-01-23 01:03
HTTP/1.1 200 OK
access-control-allow-origin: null
content-type: text/html
x-response-time: 1ms
vary: Accept-Encoding
content-length: 4361
date: Fri, 23 Jan 2026 01:03:45 GMT
connection: close
via: http/1.1 edgeproxy-h
server: deno/gcp-europe-west3
Page title: amae | endroit des bons endroits
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>amae | endroit des bons endroits</title>
<link rel="icon" type="image/png" href="/public/heart.png">
<!-- Polices -->
<link href="https://fonts.googleapis.com/css2?family=Licorice&family=Roboto:wght@200;300&family=Caveat:wght@400&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
color: white;
position: relative;
overflow: hidden;
text-align: center;
}
.background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, #0600ac, #f96443);
background-size: 200% 200%;
background-position: 0% 50%;
animation: gradientFlow 15s ease-in-out infinite;
z-index: -1;
}
@keyframes gradientFlow {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.content {
position: relative;
padding: 2rem;
}
.logo-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
position: relative;
}
h1 {
font-family: 'Licorice', cursive;
font-size: 7rem;
color: white;
margin-bottom: 0.2rem;
line-height: 1;
}
.tagline {
font-size: 0.9rem;
font-weight: 200;
letter-spacing: 3px;
color: rgba(255, 255, 255, 0.9);
}
.heart-container {
position: relative;
margin: 2rem 0;
display: flex;
align-items: center;
justify-content: center;
}
.heart {
width: 200px;
animation: pulse-heart 1.5s infinite;
transform-origin: center;
filter: drop-shadow(0 0 15px rgba(255,255,255,0.4));
}
@keyframes pulse-heart {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.arrow-wrapper {
position: absolute;
display: flex;
align-items: center;
gap: 0.4rem;
animation: pulse-heart 1.5s infinite;
}
.arrow-wrapper img {
width: 40px;
height: auto;
filter: brightness(0) invert(1); /* rend les SVG blancs */
}
.arrow-text {
font-size: 0.8rem;
font-style: italic;
font-weight: 400;
color: white;
font-family: 'Caveat', cursive;
}
/* Position et orientation */
.arrow-wrapper.bottom-left {
bottom: -30px;
left: -60px;
flex-direction: row;
}
.arrow-wrapper.top-right {
top: -30px;
right: -60px;
flex-direction: row-reverse;
}
.download-text {
font-size: 1.2rem;
font-weight: 300;
margin-top: 5rem;
color: white;
text-decoration: none;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
</style>
</head>
<body>
<div class="background"></div>
<div class="content">
<div class="logo-container">
<h1>amae</h1>
<div class="tagline">l'endroit des bons endroits</div>
<div class="heart-container">
<!-- Flèche + texte en bas à gauche -->
<div class="arrow-wrapper bottom-left">
<img src="/public/arrow_up.svg" alt="flèche bas gauche" />
<span class="arrow-text">par ici</span>
</div>
<!-- Cœur -->
<img src="/public/heart.png" alt="heart logo" class="heart" />
<!-- Flèche + texte en haut à droite -->
<div class="arrow-wrapper top-right">
<span class="arrow-text">clique par là</span>
<img src="/public/arrow_down.svg" alt="flèche haut droite"