pve-panel/index.html

36 lines
920 B
HTML
Raw Normal View History

2025-03-12 13:59:01 -04:00
<html lang="en" data-theme="toggle">
<head>
<link rel="stylesheet" href="/styles.css" />
</head>
<body class="container">
<header class="nav-links">
<div class="left">
<a class="active" href="/">FAQ</a>
<a class="inactive" href="/policy">policies</a>
<a class="inactive" href="/pricing">pricing</a>
<a class="inactive" href="/console">console</a>
</div>
<div class="right">
<i>E408-AEE4</i>
<a class="button" href="#">Logout</a>
</div>
</header>
<main>
<section>
<header>
2025-03-14 18:04:09 -04:00
<h3>Why aren't disks encrypted?</h3>
2025-03-12 13:59:01 -04:00
</header>
<div>
<p>alskdjalksjdlkasjd</p>
</div>
</section>
</main>
2025-03-14 23:41:46 -04:00
<footer>
(c) Attribution-ShareAlike 4.0 International <br />
A service by
<a href="https://myco.systems/">MycoSystems LLC</a>
</footer>
2025-03-12 13:59:01 -04:00
</body>
</html>