ProxmoxAAS-Dashboard/index.html

21 lines
697 B
HTML
Raw Normal View History

2022-12-11 02:02:29 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>tronnet - client</title>
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css" type="text/css">
<script src="scripts/index.js" type="module"></script>
<script src="scripts/instance.js" type="module"></script>
2022-12-11 02:02:29 +00:00
</head>
<body>
<header>
<nav class="btn-group">
<button id="instances" class="active">INSTANCES</button>
<button id="logout">LOGOUT</button>
</nav>
</header>
<main><div id="instance-container" class="center-div"></div></main>
2022-12-11 02:02:29 +00:00
</body>
</html>