cabinet/templates/dir.html

19 lines
369 B
HTML

<!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 class="button" id="back" href="../index.html">&larr; Back</a>
<span id="path">${path}</span>
</header>
<main>
${content}
</main>
</body>
</html>