rename buttons.css to button.css,

add table styling and prepare for better table generation

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
2023-04-05 22:29:15 +00:00
parent 8b9cbec5fb
commit f1dc99dedd
9 changed files with 46 additions and 18 deletions

View File

@@ -6,6 +6,7 @@
<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">
<link rel="stylesheet" href="css/table.css" type="text/css">
<script src="scripts/resources.js" type="module"></script>
</head>
<body>
@@ -17,6 +18,13 @@
</nav>
</header>
<main>
<table id="resource-table">
<thead>
<td>Resource Type</td>
<td>Avaliable Amount</td>
<td>Total Amount</td>
</thead>
</table>
</main>
<footer><p>&copy; tronnet</p></footer>
</body>