cabinet/index.html

15 lines
296 B
HTML
Raw Normal View History

2022-01-14 18:28:15 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
2022-01-14 19:32:43 -05:00
<link rel="stylesheet" href="templates/stylesheet.css"/>
2022-01-14 18:28:15 -05:00
<title>Cabinet</title>
</head>
<body>
2022-01-14 19:32:43 -05:00
<header>
<h1 id="cabinet">Cabinet file manager</h1>
<a id="back" href="Files/index.html">Explore</a>
</header>
2022-01-14 18:28:15 -05:00
</body>
</html>