-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
101 lines (64 loc) · 2.59 KB
/
404.html
File metadata and controls
101 lines (64 loc) · 2.59 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<title>404: Page not found | AVBlocks™</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Primo Software">
<meta name="generator" content="Jekyll v4.2.2">
<link rel="canonical" href="https://blog.avblocks.com/404.html">
<link rel="stylesheet" href="/assets/css/frame.css">
<link rel="stylesheet" href="/assets/css/classes.css">
<link rel="alternate" href="/feed.xml" type="application/atom+xml" title="AVBlocks™">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9ZGMP2RVMJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9ZGMP2RVMJ');
</script>
<script src="https://unpkg.com/mermaid@10.9.0/dist/mermaid.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
mermaid.initialize({
startOnLoad:true,
theme: "default",
});
window.mermaid.init(undefined, document.querySelectorAll('.language-mermaid'));
});
</script>
<style>
:not([class]) {
pre {
text-align: center;
}
}
</style>
<link href="/assets/prism/prism.css" rel="stylesheet" />
<script src="/assets/prism/prism.js"></script>
<script>
// don't highlight mermaid code
Prism.plugins.filterHighlightAll.add(function (env) {
return env.language !== 'mermaid';
});
</script>
<style>
code {
font-size: 15px !important;
}
</style>
</head>
<header>
<a href="https://avblocks.com" class="title">AVBlocks™</a>
<nav><a aria-label="Home" href="https://avblocks.com/" ><span aria-hidden="true">Home</span></a><a aria-label="Blog" href="/" ><span aria-hidden="true">Blog</span></a><a aria-label="Archive" href="/archive/" ><span aria-hidden="true">Archive</span></a></nav>
</header>
<article>
<header><h1>404</h1></header>
<p>Page not found</p>
</article>
<footer>
<div>© Primo Software</div>
<nav><a aria-label="Mail" href="mailto:sales@avblocks.com" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#envelope"></use></svg></a><a aria-label="Github" href="https://github.com/avblocks" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#github"></use></svg></a><a aria-label="Subscribe" href="/feed.xml" ><svg aria-hidden="true" class="icon"><use xlink:href="/assets/fontawesome/icons.svg#rss"></use></svg></a></nav>
</footer>
</html>