Added: Fuel record create - not complete yet
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 12s

This commit is contained in:
2025-01-03 17:10:08 +01:00
parent c5955010cb
commit 860a20d946
6 changed files with 93 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<section class="dashboard">
<h1>Welcome, <?= htmlspecialchars($_SESSION['user']['username']) ?>!</h1>
<div>
<a href="/refuel/add" class="btn-green">Add new refuel record!</a>
<a href="/refuel/create" class="btn-green">Add new refuel record!</a>
<a href="/vehicles" class="btn-primary">List all vehicles</a>
</div>
<div class="card-wrapper">