404 error page example
본문
<!DOCTYPE html>
<html lang='kr'>
<head>
<meta charset='utf-8'>
<title>404 Not Found</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
}
h1 {
font-size: 36px;
border-bottom:1px solid #6a6a6a;
padding-bottom:10px
}
p {
font-size: 18px;
}
a {
color: #007bff;
text-decoration: none;
}
</style>
</head>
<body>
<h1>404 Not Found</h1>
<p>죄송합니다, 요청하신 페이지를 찾을 수 없습니다.</p>
<p><a href="javascript:history.go(-1)">이전 페이지로 돌아가기</a></p>
<center>
<a href='https://dsclub.kr'>site</a> | <a href='mailto:dsclub2023@gmail.com'>email</a>
</center>
</body>
</html>
[/code]
좋아요68
이 글을 좋아요하셨습니다
관련링크
- https://dsclub.kr/error.php 518회 연결
2kat님의 댓글
2kat 아이피 (220.♡.000.000) 작성일?