- ID de l'analyse :
- 4285da93-3104-4b34-a36e-dc7af6f7d02eTerminée
- URL soumise :
- https://uwu.network/
- Fin du rapport :
Liens : 1 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://github.com/uwu | projects |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><meta property="og:type" content="website"><meta property="og:site_name" content="uwu.network"><meta property="og:description" content="a group of people building projects that won't change the world"><title>uwu</title><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;1,300&family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"><style>
pre {
font-family: "IBM Plex Mono", monospace !important;
}
</style><link rel="stylesheet" href="/_astro/index.6f7df01d.css">
<style>:where(*,:before,:after){box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:where(html){line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}:where(body){margin:0;line-height:inherit}:where(hr){height:0;color:inherit;border-top-width:1px}:where(abbr:where([title])){text-decoration:underline dotted}:where(h1,h2,h3,h4,h5,h6){font-size:inherit;font-weight:inherit}:where(a){color:inherit;text-decoration:inherit}:where(b,strong){font-weight:bolder}:where(code,kbd,samp,pre){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}:where(small){font-size:80%}:where(sub,sup){font-size:75%;line-height:0;position:relative;vertical-align:baseline}:where(sub){bottom:-.25em}:where(sup){top:-.5em}:where(table){text-indent:0;border-color:inherit;border-collapse:collapse}:where(button,input,optgroup,select,textarea){font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}:where(button,select){text-transform:none}:where(button,[type=button],[type=reset],[type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:where(:-moz-focusring){outline:auto}:where(:-moz-ui-invalid){box-shadow:none}:where(progress){vertical-align:baseline}:where(::-webkit-inner-spin-button,::-webkit-outer-spin-button){height:auto}:where([type=search]){-webkit-appearance:textfield;outline-offset:-2px}:where(::-webkit-search-decoration){-webkit-appearance:none}:where(::-webkit-file-upload-button){-webkit-appearance:button;font:inherit}:where(summary){display:list-item}:where(blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre){margin:0}:where(fieldset){margin:0;padding:0}:where(legend){padding:0}:where(ol,ul,menu){list-style:none;margin:0;padding:0}:where(textarea){resize:vertical}:where(input::placeholder,textarea::placeholder){opacity:1;color:#9ca3af}:where(button,[role=button]){cursor:pointer}:where(:disabled){cursor:default}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block;vertical-align:middle}:where(img,video){max-width:100%;height:auto}
</style></head> <body class="bg-black text-white h-screen"> <div class="grid grid-rows-[2fr 1fr] h-full text-center"> <a href="/uwus" class="text-white no-underline mt-auto"> <pre id="big-uwu" class="text-3xl lt-md:text-lg min-h-60" style="transition: opacity 1s linear 0s;"> /$$ /$$ /$$ /$$ /$$ /$$ /$$<br>| $$ | $$| $$ | $$ | $$| $$ | $$<br>| $$ | $$| $$ | $$ | $$| $$ | $$<br>| $$ | $$| $$ | $$ | $$| $$ | $$<br>| $$$$$$/| $$$$$/$$$$/| $$$$$$/<br>\______/ \_____/\___/ \______/</pre> </a> <p class="font-plex mt-2">a group of <a class="bg-white text-black underline" href="/people">people</a> building
<a class="bg-white text-black underline" href="https://github.com/uwu">projects</a> that won't change the world
</p> </div> <script>(function(){const uwuCount = 6;
(async () => {
const pickedUwu = Math.floor(Math.random() * uwuCount);
const bigUwu = document.getElementById("big-uwu");
bigUwu.style.opacity = 0;
try {
const resp = await fetch(`/uwus/${pickedUwu}.txt`);
if (!resp.ok) throw null;
bigUwu.innerText = await resp.text();
} catch {
bigUwu.innerHTML = bigUwu.textContent;
}
bigUwu.style.transition = "opacity 1s linear";
bigUwu.style.opacity = "";
})()
})();</script> <script async="">
if (window.matchMedia &&
window.matchMedia("(prefers-color-scheme: dark)").matches) {
const l = document.head.appendChild(document.createElement("link"));
l.rel = "icon";
l.href = "/favicon-white.ico";
}
</script> </body></html>