<!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>서울시립대학교 인터넷증명발급센터</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.3/font/bootstrap-icons.min.css">
    <link href="/css/reset.css"  rel="stylesheet">
    <link href="/css/common.css" rel="stylesheet">
    <link href="/css/font.css"   rel="stylesheet">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.0.2/chart.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/chartjs-plugin-datalabels/2.0.0/chartjs-plugin-datalabels.min.js"></script>
    <link href="https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">

    <script src="/js/error.js"></script>
</head>

<body style="background-color: rgb(243, 244, 245);">
    <header class="header" role="banner">
        <h1 class="logo">
            <a href="/" aria-label="서울시립대학교 홈">
                <img src="/images/logo.svg" alt="서울시립대학교 로고">
            </a>
        </h1>
    </header>
    <main class="error-wrap" role="alert" aria-live="polite">

        <!-- 로고 -->
        <img src="/images/character7.svg" class="error">

        <!-- 오류 메시지 -->
        <h1>서비스 오류 발생</h1>
        <br>
        <!-- 오류 설명 -->
        <p style="text-align: center;">존재하지 않는 페이지입니다.</p>

        <!-- 버튼 -->
        <div class="buttons">
            <button type="button" onclick="location.href=&#39;/&#39;">홈으로 가기</button>
<!--            <button type="button" class="primary" onclick="window.close()" th:text="#{error.close}">닫기</button>-->
        </div>
    </main>

</body>
</html>
