<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>403 Forbidden</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
color: #333;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
text-align: center;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
max-width: 600px;
width: 90%;
}
h1 {
font-size: 48px;
margin: 0;
color: #e74c3c;
}
.error-code {
font-size: 24px;
color: #7f8c8d;
margin: 10px 0;
}
.message {
font-size: 18px;
margin: 20px 0;
line-height: 1.6;
}
.back-link {
color: #3498db;
text-decoration: none;
font-weight: bold;
}
.back-link:hover {
text-decoration: underline;
}
.icon {
font-size: 64px;
margin-bottom: 20px;
color: #e74c3c;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-530YE9J344"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-530YE9J344');
</script>
</head>
<body>
<div class="container">
<div class="icon">🚫</div>
<h1>403</h1>
<div class="error-code">Forbidden</div>
<div class="message">
<p>Sorry, you don't have permission to access this page.</p>
<p>Please check your credentials or contact the site administrator.</p>
</div>
</div>
</body>
</html>