- 제출된 URL:
- https://uwu.network/
- 보고서 완료:
링크 · 1개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://github.com/uwu | projects |
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!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>