generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
46 lines (45 loc) · 1.79 KB
/
404.html
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
<!DOCTYPE html>
<html>
<head>
<title>Page not found</title>
<script type="text/javascript">
window.isErrorPage = true;
window.errorCode = '404';
</script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Page not found" />
<script src="/cigars-for-beginners/scripts/scripts.js" type="module" crossorigin="use-credentials"></script>
<link rel="stylesheet" href="/cigars-for-beginners/styles/styles.css" />
<script type="module">
import { sampleRUM } from '/cigars-for-beginners/scripts/aem.js';
window.addEventListener('load', () => {
sampleRUM('404', { source: document.referrer });
});
</script>
</head>
<body class="under-nav">
<header></header>
<main class="error">
<div>
<p>
<picture>
<source type="image/webp" srcset="/cigars-for-beginners/images/404/404.jpg?width=2000&format=webply&optimize=medium" media="(min-width: 600px)" />
<source type="image/webp" srcset="/cigars-for-beginners/images/404/404.jpg?width=750&format=webply&optimize=medium" />
<source type="image/jpeg" srcset="/cigars-for-beginners/images/404/404.jpg?width=2000&format=jpeg&optimize=medium" media="(min-width: 600px)" />
<img loading="lazy" alt="" src="/cigars-for-beginners/images/404/404.jpg?width=750&format=jpeg&optimize=medium" width="1132" height="472" />
</picture>
</p>
<h1 id="page-not-found">Page Not Found</h1>
</div>
<div>
<div class="fragment">
<div>path</div>
<div>
<a href="/cigars-for-beginners/fragments/404"></a>
</div>
</div>
</div>
</main>
<footer></footer>
</body>
</html>