Improve code

This commit is contained in:
Augusto Gunsch
2022-01-15 16:55:28 -03:00
parent 6c6121a849
commit ae73db13d4
6 changed files with 100 additions and 91 deletions

View File

@@ -2,14 +2,14 @@
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="stylesheet.css"/>
<link rel="stylesheet" href="${root}stylesheet.css"/>
<title>${title}</title>
</head>
<body>
<header>
<h1 id="cabinet">Cabinet file manager</h1>
<div>
<a class="button" id="back" href="index.html">&larr; Back</a>
<a class="button" id="back" href="${root}index.html">&larr; Back</a>
<span id="path">${path}</span>
<a class="button" id="pdf" href="${pdf}">&darr; PDF</a>
</div>