diff options
author | pux <pux@pux.dom> | 2020-06-23 18:30:43 +0200 |
---|---|---|
committer | pux <pux@pux.dom> | 2020-06-23 18:30:43 +0200 |
commit | 95e3b1c1963fd3bae2d3ca7595f4930748266125 (patch) | |
tree | 2d77066b2db4bcbf5a527db0206959be9d339c6f /template.html | |
parent | 7aa9d4ca96625e7c7a1a6be5ee6239be4536d0b7 (diff) | |
download | pub-docs-95e3b1c1963fd3bae2d3ca7595f4930748266125.tar.gz pub-docs-95e3b1c1963fd3bae2d3ca7595f4930748266125.tar.bz2 pub-docs-95e3b1c1963fd3bae2d3ca7595f4930748266125.zip |
template and backpacks skel
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/template.html b/template.html new file mode 100644 index 0000000..5e0d925 --- /dev/null +++ b/template.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<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></title> + <style type="text/css">code{white-space: pre;}</style> + <link href="data:text/css;charset=utf-8,%2A%20%7Bfont%2Dfamily%3A%20Courier%20New%2C%20Courier%2C%20Monospace%7D%0A" rel="stylesheet"> + <!--[if lt IE 9]> + <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> + <![endif]--> +</head> +<body> +<h1 id="title">@<span class="citation" data-cites="title">@title</span></h1> +<h2 id="desc">@<span class="citation" data-cites="desc">@desc</span></h2> +</body> +</html> |