mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +00:00
34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
HTML
<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" />
|
|
<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>
|
|
|
|
<body>
|
|
<div id="header">
|
|
<p style="font-size: 0.7em"> tags:
|
|
$for(tags)$
|
|
<a href="/.tags/$tags$.html">$tags$</a>$sep$,
|
|
$endfor$
|
|
</p>
|
|
<p class="smallText" id="footer">
|
|
written by $author$, generated by
|
|
<a href="https://git.alv.cx/alvierahman90/notes2web">notes2web</a>
|
|
</p>
|
|
<p class="smallText">
|
|
syntax highlighting based on <a href="https://pygments.org/">Pygments'</a> default colors
|
|
</p>
|
|
<details id="commitLog">
|
|
<summary class="smallText">
|
|
Commit log (file history)
|
|
</summary>
|
|
$filehistory$
|
|
</details>
|
|
<div>
|
|
$body$
|
|
</body>
|