<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>403 Forbidden</title>
<style>
body {
background-color: #ff4b4b;
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
flex-direction: column;
text-align: center;
}
h1 {
font-size: 120px;
margin: 0;
}
h2 {
margin: 10px 0;
font-size: 36px;
}
p {
max-width: 400px;
margin: 20px auto;
font-size: 18px;
}
a {
text-decoration: none;
padding: 12px 24px;
background-color: #fff;
color: #ff4b4b;
font-weight: bold;
border-radius: 8px;
transition: 0.3s;
}
a:hover {
background-color: #ffeaea;
}
</style>
</head>
<body>
<h1>403</h1>
<h2>Akses Ditolak</h2>
<p>Maaf, Anda tidak memiliki izin untuk mengakses halaman ini. Silakan kembali atau hubungi admin jika ini kesalahan.</p>
<a href="/">Kembali ke Beranda</a>
</body>
</html>