cabinet/templates/index.html

20 lines
481 B
HTML
Raw Normal View History

2022-01-15 14:55:28 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
2022-01-17 18:17:17 -05:00
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"/>
2022-01-15 14:55:28 -05:00
<link rel="stylesheet" href="stylesheet.css"/>
2022-01-17 18:17:17 -05:00
<script src="jquery.js"></script>
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
2022-01-15 14:55:28 -05:00
<title>Cabinet</title>
</head>
<body>
2022-01-17 18:17:17 -05:00
<header class="container-fluid">
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>