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]
좋아요1 싫어요0
관련링크
-
https://dsclub.kr/error.php
24회 연결
댓글목록

