generated from AdobeDevXSC/da-signet-jewelers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path418.html
More file actions
51 lines (47 loc) · 1.53 KB
/
418.html
File metadata and controls
51 lines (47 loc) · 1.53 KB
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
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>Invalid Site Configuration</title>
<meta
http-equiv="Content-Security-Policy"
content="script-src 'nonce-aem' 'strict-dynamic' 'unsafe-inline' http: https:; base-uri 'self'; object-src 'none';"
move-to-http-header="true"
>
<script nonce="aem" type="text/javascript">
window.isErrorPage = true;
window.errorCode = '418';
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Invalid Site Configuration">
<script nonce="aem" src="/scripts/scripts.js" type="module"></script>
<link rel="stylesheet" href="/styles/styles.css">
<style>
main.error {
align-items: center;
display: flex;
margin: 0 auto;
max-width: 1264px;
min-height: calc(100vh - var(--nav-height));
padding: 0 32px;
width: 100%;
}
main.error .error-number {
width: 100%;
}
main.error .error-number text {
font-family: monospace;
}
</style>
<link rel="stylesheet" href="/styles/lazy-styles.css">
</head>
<body>
<header></header>
<main class="error">
<div class="section">
<h2 class="error-message">Configuration Error</h2>
<p class="error-message">Your site configuration is either missing or invalid. Please see the <a href="https://experienceleague.adobe.com/developer/commerce/storefront/setup/configuration/commerce-configuration/" target="_blank">Commerce Configuration Guide</a> for more information.</p>
</div>
</main>
<footer></footer>
</body>
</html>