pve-panel/console/index.html

56 lines
1.5 KiB
HTML
Raw Normal View History

2025-03-12 13:59:01 -04:00
<html lang="en" data-theme="toggle">
2025-03-14 23:41:46 -04:00
<head>
<link rel="stylesheet" href="/styles.css" />
</head>
2025-03-12 13:59:01 -04:00
2025-03-14 23:41:46 -04:00
<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>
2025-03-12 13:59:01 -04:00
</div>
2025-03-14 23:41:46 -04:00
<div class="right">
<i>E408-AEE4</i>
<a href="#"><u>Logout</u></a>
2025-03-14 21:57:40 -04:00
</div>
2025-03-14 23:41:46 -04:00
</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>
2025-03-14 18:04:09 -04:00
<div>
2025-03-14 21:57:40 -04:00
<table>
<thead>
<tr>
2025-03-14 23:41:46 -04:00
<th>name</th>
<th>uid</th>
<th>IPv4</th>
<th>type</th>
2025-03-14 21:57:40 -04:00
</tr>
</thead>
<tbody>
<tr>
2025-03-14 23:41:46 -04:00
<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>
2025-03-14 21:57:40 -04:00
</tr>
</tbody>
2025-03-14 23:41:46 -04:00
</table>
2025-03-14 18:04:09 -04:00
</div>
2025-03-14 23:41:46 -04:00
</div>
</section>
</main>
<footer>
(c) Attribution-ShareAlike 4.0 International <br />
A service by
<a href="https://myco.systems/">MycoSystems LLC</a>
</footer>
</body>
2025-03-15 14:25:56 -04:00
</html>