Improve templates
This commit is contained in:
parent
0947ad2558
commit
ce606d614e
|
@ -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>
|
|
@ -6,6 +6,7 @@
|
|||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="../index.html">Back</a>
|
||||
${content}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue