2021-08-19 12:41:19 +00:00
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<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" />
|
|
|
|
<title>$title$</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>$h1title$</h1>
|
|
|
|
<p>
|
|
|
|
These are my personal notes. Correctness is not guaranteed.
|
|
|
|
Browse <a href="/notes">here</a> or by tag <a href="/.tags">here</a>.
|
|
|
|
</p>
|
|
|
|
|
2021-08-21 09:33:31 +00:00
|
|
|
<div id="searchWrapper">
|
2021-08-19 13:43:42 +00:00
|
|
|
<input placeholder="Search" id="search">
|
2021-08-21 09:33:31 +00:00
|
|
|
<input type="number" id="resultsMax" min="0" value="5">
|
|
|
|
</div>
|
2021-08-19 13:43:42 +00:00
|
|
|
<div id="results">
|
|
|
|
</div>
|
|
|
|
|
2021-08-21 09:33:31 +00:00
|
|
|
<p class="smallText"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
|
2021-08-19 13:43:42 +00:00
|
|
|
|
|
|
|
<script src="/fuse.js"> </script>
|
|
|
|
<script> const data = $data$ </script>
|
|
|
|
<script src="/search.js"> </script>
|
2021-08-19 12:41:19 +00:00
|
|
|
</body>
|