backend-manager 3.2.8 → 3.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<title>
|
|
7
|
+
<title>404 Error Page</title>
|
|
8
8
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
9
9
|
</head>
|
|
10
10
|
|
|
11
11
|
<body>
|
|
12
|
-
<div class="
|
|
13
|
-
<div class="
|
|
14
|
-
<
|
|
15
|
-
<h1>Welcome</h1>
|
|
12
|
+
<div class="d-flex align-items-center justify-content-center vh-100">
|
|
13
|
+
<div class="text-center">
|
|
14
|
+
<h1 class="display-1 fw-bold">Welcome!</h1>
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
<p class="lead">
|
|
17
|
+
This is an internal page, please return to our main website
|
|
18
|
+
</p>
|
|
18
19
|
|
|
19
|
-
|
|
20
|
-
</div>
|
|
20
|
+
<a href="{url}" class="btn btn-primary">Go Home</a>
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
23
23
|
</body>
|