Edited: App is rebranded to Fuel Stats

This commit is contained in:
2024-12-31 11:34:39 +01:00
parent eff5be49c4
commit c29bd7cbab
10 changed files with 42 additions and 40 deletions

View File

@ -2,8 +2,8 @@
<link rel="stylesheet" href="/css/form.css">
<section class="form signin">
<div class="header-form">
<img src="/img/logo.jpg" alt="Habit Tracker Logo">
<h1>Sign in to Habit Tracker</h1>
<img src="/img/logo.jpg" alt="Fuel Stats Logo">
<h1>Sign in to Fuel Stats</h1>
</div>
<?php if ($this->get('error')): ?>
@ -27,7 +27,7 @@
</form>
<div class="bordered">
<p>New to Habit Tracker?</p>
<p>New to Fuel Stats?</p>
<a href="/auth/signup">Create an account</a>
</div>
</section>