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:
@@ -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>© tronnet</p></footer>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user