cabinet/index.html

15 lines
296 B
HTML
Raw Normal View History

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