-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (50 loc) · 1.56 KB
/
index.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
49
50
51
52
53
54
55
<!doctype html>
<html>
<head>
<title>lukechu</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link data-trunk rel="rust" data-wasm-opt="s" data-keep-debug="true" />
<link data-trunk rel="tailwind-css" href="assets/index.scss" />
<link
data-trunk
rel="copy-file"
href="assets/google32773af3167b4156.html"
/>
<link data-trunk rel="copy-file" href="404.html" />
<link data-trunk rel="copy-dir" href="assets" />
<link data-trunk rel="copy-dir" href="posts" />
<link type="text/css" rel="stylesheet" href="/assets/prism.css" />
<script type="text/javascript" src="/assets/prism.js"></script>
<script
id="MathJax-script"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
></script>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
(function (l) {
if (l.search[1] === "/") {
var decoded = l.search
.slice(1)
.split("&")
.map(function (s) {
return s.replace(/~and~/g, "&");
})
.join("?");
window.history.replaceState(
null,
null,
l.pathname.slice(0, -1) + decoded + l.hash,
);
}
})(window.location);
</script>
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="4ea18895-1c63-4382-b58f-094c0ba1e8e8"
></script>
</head>
<body></body>
</html>