서버 점검 안내

dsclub은 서비스의 안정성과 성능 향상을 위해
매일 04시 30분에 정기 점검이 진행됩니다.

점검 시간: 오전 4시 30분 ~ 4시 35분

해당 시간 동안 일시적으로 서비스에 접속이 불가능하오니, 양해 부탁드립니다.

404 error page example > 코딩 스토리

404 error page example

페이지 정보

작성자 profile_image tak2 (192.♡.0.1) 작성일 23-09-18 00:16 조회 9,656 댓글 2

본문


4a3e4b7cecb7ba1bc4ac7e9dd1621132_1694963955_1071.jpeg
[code]

<!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>&nbsp;|&nbsp;<a href='mailto:dsclub2023@gmail.com'>email</a>
    </center>
</body>
</html>
[/code]
좋아요68 이 글을 좋아요하셨습니다
url 복사 카카오톡 공유 라인 공유 페이스북 공유 트위터 공유

2kat님의 댓글

no_profile 2kat 아이피 (220.♡.000.000) 작성일

?

님의 댓글

아이피 (211.♡.230.158) 작성일
전체 269건
게시물 검색

접속자집계

오늘
1,184
어제
1,445
최대
4,271
전체
292,094