Improve styling
This commit is contained in:
19
templates/file.html
Normal file
19
templates/file.html
Normal 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">← Back</a>
|
||||
<span id="path">${path}</span>
|
||||
</header>
|
||||
<main>
|
||||
<h1>${title}<h1>
|
||||
${content}
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user