Add PDF generation

This commit is contained in:
Augusto Gunsch
2022-01-14 21:49:11 -03:00
parent 46afde26d6
commit 6c6121a849
6 changed files with 32 additions and 6 deletions

View File

@@ -8,11 +8,13 @@
<body>
<header>
<h1 id="cabinet">Cabinet file manager</h1>
<a id="back" href="index.html">&larr; Back</a>
<div>
<a class="button" id="back" href="index.html">&larr; Back</a>
<span id="path">${path}</span>
<a class="button" id="pdf" href="${pdf}">&darr; PDF</a>
</div>
</header>
<main>
<h1>${title}<h1>
${content}
</main>
</body>