ProxmoxAAS-API/index.html
Arthur Lu a8f9c67711 remove template in index,
add article content in js

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-01-26 19:33:39 +00:00

20 lines
617 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>tronnet - client</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<script src="scripts/index.js" type="module"></script>
<script src="scripts/elements.js" type="module"></script>
</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>
</body>
</html>