-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
100 lines (65 loc) · 2.16 KB
/
404.html
File metadata and controls
100 lines (65 loc) · 2.16 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
<!DOCTYPE html>
<html lang='en' class="has-background-info-light">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X47JC4X57J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-X47JC4X57J');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">
<link rel="stylesheet" href="/styles.css">
<meta name="keywords" content="USB,MCU,Linux,3D,blender,riscv" />
<title>π≮3-404 Page not found</title>
<meta name="description" content="Blog about MCU and Linux" />
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@9/dist/mermaid.esm.min.mjs';
import mindmap from 'https://cdn.jsdelivr.net/npm/@mermaid-js/mermaid-mindmap@9/dist/mermaid-mindmap.esm.min.mjs';
await mermaid.registerExternalDiagrams([mindmap]);
</script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>
</head>
<body>
<nav class="navbar is-link">
<div class="navbar-brand">
<a class="navbar-item" href="/">
main page
</a>
</div>
<div class="navbar-start">
<a class="navbar-item" href="/projects">
projects
</a>
<a class="navbar-item" href="/shorts">
shorts
</a>
<a class="navbar-item" href="/posts">
posts
</a>
</div>
</nav>
<header>
</header>
<div class="never wrap">
<div class="message is-info is-large">
<div class="message-header">
404 not found
</div>
<div class="message-body ">
<p>you are lost</p>
</div>
</div>
<div class="button btn_back"> return </div>
</div>
<footer class="footer">
<div class="content has-text-centered">
<p>© -2023 <a href="https://www.ampbb.net/">π≮3</a></p>
</div>
</footer>
</body>
</html>