이 도구에 대해
간단한 커스텀 404 페이지.
바로 사용할 수 있는 404.html — 내용을 보고 복사하거나 올바른 파일명으로 다운로드하세요. 무료, 100% 브라우저에서.
간단한 커스텀 404 페이지.
<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><title>404 — Not found</title></head>
<body style="font-family:system-ui;display:grid;place-items:center;height:100vh;margin:0;text-align:center">
<div>
<h1>404</h1>
<p>That page doesn't exist. <a href="/">Go home</a>.</p>
</div>
</body>
</html>
간단한 커스텀 404 페이지.
바로 사용할 수 있는 404.html — 내용을 보고 복사하거나 올바른 파일명으로 다운로드하세요. 무료, 100% 브라우저에서.