
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="robots" content="noindex, nofollow">
  <meta http-equiv="refresh" content="3;url=https://journal.umpr.ac.id/sitemap.xml">
  <link rel="canonical" href="https://journal.umpr.ac.id/sitemap.xml">
  <title>Page Moved — journal.umpr.ac.id</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">

  <style>
    :root {
      --card-max-width: 520px;
      --logo-size: 120px;
      --spinner-size: 3rem;
    }

    html,body {
      height: 100%;
    }

    body {
      background: linear-gradient(135deg, #f8f9fa, #e9ecef);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Segoe UI", "Inter", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
      margin: 0;
      padding: 1rem;
    }

    .redirect-card {
      background: #fff;
      border-radius: 1rem;
      box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
      padding: 2rem;
      text-align: center;
      max-width: var(--card-max-width);
      width: 100%;
      position: relative;
    }

    .logo-wrapper {
      position: relative;
      display: inline-block;
      width: var(--logo-size);
      height: var(--logo-size);
      margin: 0 auto 1rem;
      line-height: 0;
    }

    .logo-wrapper img.logo {
      display: block;
      max-width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 6px;
      background: transparent;
    }

    .logo-spinner {
      position: absolute;
      top: 54%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: var(--spinner-size);
      height: var(--spinner-size);
      z-index: 10;
      /* ensure visible over the logo */
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo-spinner .fallback {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      border: 0.25rem solid rgba(13,110,253,0.15);
      border-top-color: rgba(13,110,253,1);
      border-radius: 50%;
      animation: spin 0.75s linear infinite;
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }

    h4.title {
      margin-top: 0.25rem;
      margin-bottom: 0.5rem;
      color: #0d6efd;
      font-weight: 600;
    }

    .muted-small {
      color: #6c757d;
      font-size: 0.9rem;
    }

    a.btn-primary {
      min-width: 190px;
    }
  </style>
</head>
<body>
  <div class="redirect-card">
    <div class="logo-wrapper" aria-hidden="true">
      <img src="https://www.umpr.ac.id/wp-content/uploads/2021/02/logo-min-400x392.png"
           alt="UMPR logo" class="logo" width="120" height="120">

      <div class="logo-spinner" role="status" aria-label="Loading">
        <div class="spinner-border" style="width:var(--spinner-size);height:var(--spinner-size);" role="status" aria-hidden="true">
          <span class="visually-hidden">Loading...</span>
        </div>
        <div class="fallback" aria-hidden="true" style="position:absolute; inset:0;"></div>
      </div>
    </div>

    <h4 class="title">This page has moved</h4>

    <p>You will be redirected to the new page shortly.</p>
    <p class="mb-1">If the redirect does not happen automatically, click the link below:</p>

    <p>
      <a href="https://journal.umpr.ac.id/sitemap.xml" class="btn btn-primary btn-lg">
        Visit the new page
      </a>
    </p>

    <p class="muted-small mt-3">Redirect will happen in 3 seconds • © 2025 journal.umpr.ac.id</p>
  </div>

  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
