Improve templates

This commit is contained in:
Augusto Gunsch 2022-01-14 20:28:15 -03:00
parent 0947ad2558
commit ce606d614e
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
2 changed files with 12 additions and 0 deletions

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Cabinet</title>
</head>
<body>
<h1>Cabinet file manager</h1>
<a href="out/index.html">Explore</a>
</body>
</html>

View File

@ -6,6 +6,7 @@
<title>${title}</title>
</head>
<body>
<a href="../index.html">Back</a>
${content}
</body>
</html>