generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
48 lines (45 loc) · 1.73 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
47
48
<!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="/cigaradvisor/scripts/scripts.js" type="module" crossorigin="use-credentials"></script>
<link rel="stylesheet" href="/cigaradvisor/styles/styles.css">
<script type="module">
import { sampleRUM } from '/cigaradvisor/scripts/aem.js';
window.addEventListener('load', async() => {
sampleRUM('404', { source: document.referrer, target: window.location.href });
});
</script>
</head>
<body class="under-nav">
<header></header>
<main class="error">
<div>
<p>
<picture>
<source type="image/webp" srcset="/cigaradvisor/images/hero/header-grey-retina.jpg?width=2000&format=webply&optimize=medium" media="(min-width: 600px)">
<source type="image/webp" srcset="/cigaradvisor/images/hero/header-grey-retina.jpg?width=750&format=webply&optimize=medium">
<source type="image/jpeg" srcset="/cigaradvisor/images/hero/header-grey-retina.jpg?width=2000&format=jpeg&optimize=medium" media="(min-width: 600px)">
<img loading="lazy" alt="" src="/cigaradvisor/images/hero/header-grey-retina.jpg?width=750&format=jpeg&optimize=medium" width="1600" height="367">
</picture>
</p>
<h1 id="page-not-found">Page Not Found</h1>
</div>
<div>
<div class="fragment">
<div>path</div>
<div>
<a href="/cigaradvisor/fragments/404"></a>
</div>
</div>
</div>
</main>
<footer></footer>
</body>
</html>