cabinet/templates/index.html

17 lines
282 B
HTML
Raw Normal View History

2022-01-15 14:55:28 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="stylesheet.css"/>
<title>Cabinet</title>
</head>
<body>
<header>
<h1 style="margin: 0;" id="cabinet">Cabinet file manager</h1>
</header>
<body>
${toc}
</body>
</body>
</html>