- ID de exploración:
- 6a20fcdf-42eb-4396-941b-3f6fd79c54dbFinalizado
- URL enviada:
- https://androidintegrity.org/
- Informe finalizado:
Enlaces: 4 encontrados
Los enlaces salientes identificados en la página
Enlace | TEXTO |
---|---|
https://docs.railway.com/guides/logs | deploy logs |
https://docs.railway.com/guides/fixing-common-errors | docs on Fixing Common Errors |
https://help.railway.com | Help Station |
https://railway.com | Go to Railway |
Variables JavaScript: 3 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensajes de registro de la consola: 1 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registrar |
---|---|---|
error | network |
|
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width,initial-scale=1"><meta charset="utf-8"><title>502 Bad Gateway</title><style media="screen">
:root {
--bg: hsl(250, 24%, 9%);
--fg: hsl(0, 0%, 100%);
--pink: hsl(270, 60%, 52%);
--pink-600: hsl(270, 70%, 65%);
--green-600: hsl(152, 38%, 60%);
--red-600: hsl(1, 62%, 60%);
--gray-100: hsl(246, 18%, 15%);
--gray-500: hsl(246, 6%, 55%);
}
html,
body {
margin: 0;
padding: 10px;
height: 100%;
overflow: hidden;
background-color: var(--bg);
color: var(--fg);
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif,
Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
line-height: 1.4em;
}
main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-left: 16px;
padding-right: 16px;
height: 100%;
}
header {
display: flex;
flex-direction: column;
gap: 0.5em;
}
.logo {
width: 80px;
height: 80px;
}
main h1 {
font-size: 26px;
font-weight: 800;
}
main .railway-btn-container {
margin-top: 3rem;
}
a {
color: var(--pink-600);
}
main a.railway-btn {
appearance: none;
align-items: center;
text-decoration: none;
color: var(--fg);
background-color: var(--pink);
padding: 12px 24px;
border-radius: 6px;
}
main a.railway-btn:hover {
background-color: hsl(270, 60%, 42%);
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid var(--gray-100);
margin: 1em 0;
padding: 0;
}
.error-details {
margin-top: 0.5em;
max-width: 600px;
}
.error-detail-items {
display: flex;
flex-direction: column;
text-align: center;
}
.error-detail-item {
display: flex;
gap: 0.5em;
align-items: center;
}
.error-detail-item p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.ok {
color: var(--green-600);
}
.not-ok {
color: var(--red-600);
}
.request-id {
display: flex;
gap: 1em;
font-family: monospace;
font-size: 1.2em;
color: var(--gray-500);
}
</style></head><body><main><div class="container error-502"><header><svg class="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" fill="none">
<path d="M4.756 438.175A520.713 520.713 0 0 0 0 489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772-132.97-171.791-204.498-156.896-306.819-161.26-34.114-1.403-57.249-1.967-193.037-1.967-72.677 0-151.688.185-228.628.39-9.96 26.884-19.566 52.942-24.243 74.14h398.571v51.909H4.756ZM783.93 541.696H.399c.82 13.851 2.112 27.517 3.978 40.999h723.39c32.248 0 50.299-18.297 56.162-40.999ZM45.017 724.306S164.941 1018.77 511.46 1024c207.112 0 385.071-123.006 465.907-299.694H45.017Z" fill="#fff"></path>
<path d="M511.454 0C319.953 0 153.311 105.16 65.31 260.612c68.771-.144 202.704-.226 202.704-.226h.031v-.051c158.309 0 164.193.707 195.118 1.998l19.149.706c66.7 2.224 148.683 9.384 213.19 58.19 35.015 26.471 85.571 84.896 115.708 126.52 27.861 38.499 35.876 82.756 16.933 125.158-17.436 38.97-54.952 62.215-100.383 62.215H16.69s4.233 17.944 10.58 37.751h970.632A510.385 510.385 0 0 0 1024 512.218C1024.01 229.355 794.532 0 511.454 0Z" fill="#fff"></path>
</svg><h1>Application failed to respond</h1></header><div class="error-details"><p>This error appears to be caused by the application.</p><p>If this is your project, check out your
<a href="https://docs.railway.com/guides/logs" target="_blank">deploy logs</a>
to see what went wrong. Refer to our
<a href="https://docs.railway.com/guides/fixing-common-errors" target="_blank">docs on Fixing Common Errors</a>
for help, or reach out over our
<a href="https://help.railway.com">Help Station</a>.</p><p>If you are a visitor, please contact the application owner or try
again later.</p><div class="request-id"><p>Request ID:<br>U7vjSKcDSIOGH3zh73K7_w_3167001623</p></div><div class="railway-btn-container"><a class="railway-btn" href="https://railway.com" target="_blank">Go to Railway</a></div></div></div></main></body></html>