-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
34 lines (29 loc) · 1.43 KB
/
404.html
File metadata and controls
34 lines (29 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/styles.css">
<link rel="stylesheet" href="./assets/hljs.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://ka-f.fontawesome.com">
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://kit.fontawesome.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<script src="https://cdn.jsdelivr.net/npm/marked@3.0.8/lib/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked-alert@2.1.0/dist/index.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.6.0/build/highlight.min.js"></script>
<script src="https://kit.fontawesome.com/c1798fb82d.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap" rel="stylesheet">
<title>Snap Documentation</title>
<link rel="icon" href="./favicon.svg">
<script src="https://snapui.athoscommerce.io/atwhsb/bundle.js" id="athos-context"></script>
</head>
<body>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/vue@3.4.5"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-router@4"></script>
<script src="doc-app.js"></script>
</body>
</html>