pve-panel/console/index.html
2025-03-15 14:25:56 -04:00

56 lines
No EOL
1.5 KiB
HTML

<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="inactive" href="/">FAQ</a>
<a class="inactive" href="/policy">policies</a>
<a class="inactive" href="/pricing">pricing</a>
<a class="active" href="/console">console</a>
</div>
<div class="right">
<i>E408-AEE4</i>
<a href="#"><u>Logout</u></a>
</div>
</header>
<main>
<section class="console-select">
<div class="select-container">
<header>
<h3 class="pricing-header">
Select the instance you would like to manage
</h3>
</header>
<div>
<table>
<thead>
<tr>
<th>name</th>
<th>uid</th>
<th>IPv4</th>
<th>type</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/console/A2D1-KB21/"> Bronze Discipline</a></td>
<td>A2D1-KB21</td>
<td>65.132.212.89</td>
<td>us-east-xs</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</main>
<footer>
(c) Attribution-ShareAlike 4.0 International <br />
A service by
<a href="https://myco.systems/">MycoSystems LLC</a>
</footer>
</body>
</html>