Improve styling

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

19
templates/file.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="stylesheet.css"/>
<title>${title}</title>
</head>
<body>
<header>
<h1 id="cabinet">Cabinet file manager</h1>
<a id="back" href="index.html">&larr; Back</a>
<span id="path">${path}</span>
</header>
<main>
<h1>${title}<h1>
${content}
</main>
</body>
</html>