summaryrefslogtreecommitdiff
path: root/latex/template.html
blob: 3764f3a068300959c39b42861b3ca83cb515a3f9 (plain)
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
<head>
  <meta charset="utf-8" />
  <meta name="generator" content="pandoc" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <title>Prefetch | $pagetitle$</title>
  <link rel="icon" href="data:,">
  <style>
    $main.css()$
  </style>
  <script>
    MathJax = {
      loader: {load: ["[tex]/physics"]},
      tex: {packages: {"[+]": ["physics"]}}
    };
  </script>
  $if(math)$
    $math$
  $endif$
</head>
<body>
<div class="nav">
<div class="navl"><a href="/">PREFETCH</a></div>
<div class="navr">
<a href="/blog/">blog</a>&emsp;
<a href="/code/">code</a>&emsp;
<a href="/know/">know</a>
</div>
</div>
<hr>
$body$
<hr>
&copy; &quot;Prefetch&quot;. Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
</body>
</html>