generated from srid/neuron-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
31 lines (24 loc) · 1022 Bytes
/
head.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
<!-- MathJax -->
<script async="" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<!-- Prism.js -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
<!-- extra CSS for ruby text -->
<style>
rt {
font-size: 70%;
}
</style>
<!-- Make links underlined -->
<style>
body span.zettel-link-container span.zettel-link a {
text-decoration: underline;
}
</style>
<!-- Metadata for embed preview -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://misudashi.ga/">
<meta property="og:description" content="Misudashi's personal website.">
<meta property="og:image" content="https://misudashi.ga/static/favicon.png">
<!-- Manual Commit-&-Push - 07/03/2023 -->