File size: 1,050 Bytes
b76891e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE <!DOCTYPE html>
<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>