2021-04-30 20:55:13 +00:00
|
|
|
<head>
|
2021-12-23 21:43:20 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
2021-04-30 20:55:13 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/styles.css" />
|
|
|
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
|
|
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
|
|
<title>$title$</title>
|
|
|
|
</head>
|
|
|
|
|
2021-05-01 11:00:01 +00:00
|
|
|
<body>
|
2021-12-22 17:46:01 +00:00
|
|
|
<div id="contentWrapper">
|
|
|
|
<div id="sidebar">
|
|
|
|
<div id="header">
|
2022-03-02 02:19:04 +00:00
|
|
|
<p class="smallText">
|
|
|
|
<a href="/permalink/$uuid$">permalink</a>
|
|
|
|
</p>
|
2021-12-22 17:46:01 +00:00
|
|
|
<p class="smallText"> tags: [
|
|
|
|
$for(tags)$
|
|
|
|
<a href="/.tags/$tags$.html">$tags$</a>$sep$,
|
|
|
|
$endfor$
|
|
|
|
]</p>
|
|
|
|
<p class="smallText">
|
|
|
|
written by $for(author)$$author$$sep$, $endfor$
|
|
|
|
</p>
|
|
|
|
<p class="smallText">
|
|
|
|
syntax highlighting based on <a href="https://pygments.org/">Pygments'</a> default
|
|
|
|
colors
|
|
|
|
</p>
|
|
|
|
<p class="smallText">
|
|
|
|
page generated by <a href="https://git.alv.cx/alvierahman90/notes2web">notes2web</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<h3>Table of Contents</h3>
|
2021-12-22 21:16:09 +00:00
|
|
|
<input id="search" placeholder="Search table of contents" />
|
2021-12-22 17:46:01 +00:00
|
|
|
<div id="toc">$toc$</div>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
<details id="commitLog">
|
|
|
|
<summary class="smallText">
|
|
|
|
Commit log (file history)
|
|
|
|
</summary>
|
|
|
|
$filehistory$
|
|
|
|
</details>
|
|
|
|
<details id="license">
|
|
|
|
<summary class="smallText">
|
|
|
|
License
|
|
|
|
</summary>
|
|
|
|
<pre>$licenseFull$</pre>
|
|
|
|
</details>
|
|
|
|
$body$
|
|
|
|
</div>
|
2021-10-21 17:08:09 +00:00
|
|
|
</div>
|
2021-12-22 21:16:09 +00:00
|
|
|
<script src="/fuse.js"> </script>
|
|
|
|
<script src="/toc_search.js"> </script>
|
2021-05-01 11:00:01 +00:00
|
|
|
</body>
|