cabinet/templates/index.html

20 lines
481 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="stylesheet.css"/>
<script src="jquery.js"></script>
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
<title>Cabinet</title>
</head>
<body>
<header class="container-fluid">
<h1 id="cabinet"><img id="cabinet-icon" src="cabinet.png"/>Cabinet</h1>
</header>
<body>
${toc}
</body>
</body>
</html>