cabinet/templates/index.html

17 lines
292 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>
2022-01-17 17:57:39 -05:00
<h1 id="cabinet"><img id="cabinet-icon" src="cabinet.png"/>Cabinet</h1>
2022-01-15 14:55:28 -05:00
</header>
<body>
${toc}
</body>
</body>
</html>