<!DOCTYPE html>
<html lang="ja">
<head>
  <base href="./">
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
  <title>エラーページ</title>
  <!-- Icons-->
  <link href="/assets/coreui-icons-pro/css/all-1e110f6be5cd0e41e0a7ed80aaa22de9.css" rel="stylesheet">
  <link href="/assets/coreui-pro/css/style-ec5a2b6d403f7cd6f0e5e298abee4dbd.css" rel="stylesheet">
</head>
<body class="min-vh-100 d-flex flex-row align-items-center">
<div class="container">
  <div class="row justify-content-center">
    <div class="col-md-6">
      <div class="clearfix">
        <h1 class="float-start display-3 me-4">NoResourceFoundException</h1>
        <h4 class="pt-3">エラーが発生しました</h4>
        <p class="text-muted">No static resource sitemap.xml.</p>
        <a href="/console">
          <button class="btn btn-info" type="button">TOPに戻る</button>
        </a>
      </div>
    </div>
  </div>
</div>
</body>
</html>
