- 掃描 ID:
- 818a0366-6d76-4549-9fed-31c28b1e11d7已完成
- 已提交的 URL:
- https://eggplant.place/tags/buyukelcilik/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 9 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
_hyperscript | function |
htmx | object |
identicon | function |
generate_avatar | function |
isAtTopOfPage | function |
imageviewer | object |
主控台記錄訊息 · 找到 1 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html lang="en"><head>
<title> - Eggplant.place</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/css/style.cb5134666389.css" type="text/css" media="screen">
<link rel="stylesheet" href="/static/fonts/raleway/raleway.282e17c6b668.css" type="text/css">
<link rel="stylesheet" href="/static/fonts/font_awesome/all.min.84c346101850.css" type="text/css">
<link rel="shortcut icon" href="/logo2.png">
<script src="/static/js/hyperscript.min.2e9b5242ff02.js"></script>
<script src="/static/js/htmx.min.6678493daba8.js"></script>
<script src="/static/js/takahe.min.83ab4005cc5a.js"></script>
<style>
body, body.light-theme {
--color-highlight: #449c8c;
--color-text-link: #449c8c;
}
</style>
<style> .htmx-indicator{opacity:0;transition: opacity 200ms ease-in;} .htmx-request .htmx-indicator{opacity:1} .htmx-request.htmx-indicator{opacity:1} </style></head>
<body class="" hx-headers="{"X-CSRFToken": "HdRsOgBqki1AEHlDI41440tD1vIWnmlfbkE9we0TM0DN7P0HQZ7NqmOUQZpWBfMN"}">
<a id="skip-to-main" class="screenreader-text" href="#main-content">Skip to Content</a>
<a id="skip-to-nav" class="screenreader-text" href="#side-navigation">Skip to Navigation</a>
<main>
<header>
<menu>
<a class="logo" href="/">
<img src="/logo2.png" width="32">
Eggplant.place
</a>
</menu>
</header>
<script type="text/hyperscript">
def imageviewer.show(source)
set source_url to (<img /> in source) @data-original-url
set source_alt to (<img /> in source) @alt
set image to <#image-viewer img />
set figcaption to <#image-viewer figcaption />
-- fill information
set image@src to source_url
set image@alt to source_alt
set figcaption's textContent to source_alt
-- show image viewer
show #image-viewer with display:flex
transition #image-viewer's opacity from 0 to 1 over 300ms
focus() on first <#image-viewer button />
end
def imageviewer.close()
transition #image-viewer's opacity to 0 over 300ms
hide #image-viewer
set <#image-viewer img /> @src to ''
set <#image-viewer img /> @alt to ''
set <#image-viewer figcaption />'s textContent to ''
end
</script>
<figure id="image-viewer" _="on click imageviewer.close()">
<picture>
<img src="" alt="">
</picture>
<figcaption></figcaption>
<button aria-label="Close">
<i class="fa fa-3x fa-times"></i>
</button>
</figure>
<h1>Page Not Found</h1>
<section class="markdown">
<p>Sorry about that.</p>
</section>
</main>
<footer>
<a href="/about/">About</a>
<a href="/pages/rules/">Server Rules</a>
<a href="/pages/terms/">Terms of Service</a>
<a href="/">Eggplant.place</a>
</footer>
</body></html>