ProxmoxAAS-Dashboard/index.html
Arthur Lu 438e220db0 implement node-card element,
add populating node-cards on init
2022-12-10 22:49:10 -08:00

14 lines
409 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="style.css" type="text/css">
<script src="index.js" type="module"></script>
<script src="node.js" type="module"></script>
</head>
<body>
<div id="node-container" class="center-div"></div>
</body>
</html>