-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path404.html
More file actions
29 lines (29 loc) · 769 Bytes
/
404.html
File metadata and controls
29 lines (29 loc) · 769 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Not found - 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="template" content="app-frame"/>
<meta name="cms" content="edge-delivery"/>
<script type="importmap">
{
"imports": {
"da-lit": "/nx2/deps/lit/dist/index.js"
}
}
</script>
<link rel="stylesheet" href="/nx2/styles/styles.css"/>
<script src="/nx2/scripts/nx.js" type="module"></script>
<script src="/nx2/scripts/scripts.js" type="module"></script>
<link rel="icon" href="data:,">
</head>
<body>
<header></header>
<main>
<div>
<a href="/nx/fragments/404"></a>
</div>
</main>
<footer></footer>
</body>
</html>