- Display overall vault balance

- Add Roboto google font
This commit is contained in:
Keith Solomon
2022-12-23 17:53:44 +00:00
parent fb443e38b6
commit 28a923fcd7
3 changed files with 24 additions and 8 deletions
+6 -1
View File
@@ -10,6 +10,10 @@
<title>Torn Vault Tracker</title>
<link rel="stylesheet" href="style.css?v=<?php echo filemtime('style.css'); ?>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&display=swap" rel="stylesheet">
</head>
<body>
@@ -25,7 +29,8 @@
<div class="gridRght">
<h1>Balances</h1>
<h2>Vault Balance: </h2>
<?php vaultBalance($csv); ?>
<div class="grid">
<?php userBalances($csv); ?>