<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>403 - Forbidden</title> | |
<style> | |
body { | |
font-family: 'Arial', sans-serif; | |
background-color: #f8f9fa; | |
color: #03234b; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
height: 100vh; | |
margin: 0; | |
} | |
.error-box { | |
text-align: center; | |
padding: 40px; | |
border: 1px solid #EEEFF1; | |
border-radius: 5px; | |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); | |
} | |
h1 { | |
font-size: 40px; | |
margin-bottom: 10px; | |
} | |
p{ | |
font-size: 18px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="error-box"> | |
<h1> 403 - Duplicate Space needed </h1> | |
<p>{{ error }}</p> | |
<p> π You can duplicate this Space by clicking the three dots at the top right and selecting Duplicate this Space</p> | |
</div> | |
</body> | |
</html> |