Improve templates
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal 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>
|
@@ -6,6 +6,7 @@
|
||||
<title>${title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="../index.html">Back</a>
|
||||
${content}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user