17 lines
282 B
HTML
17 lines
282 B
HTML
|
<!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>
|