Edited: Login and Signup pages are now styled, Added: App logo

This commit is contained in:
2024-12-26 23:25:34 +01:00
parent 43960ddcb9
commit d33d233f0f
9 changed files with 127 additions and 4 deletions

View File

@ -1,4 +1,10 @@
<section class="signup">
<link rel="stylesheet" href="/css/login.css">
<section class="signin">
<div class="header-form">
<img src="/img/logo.jpg" alt="Habit Tracker Logo">
<h1>Sign up to Habit Tracker</h1>
</div>
<?php if ($this->get('error')): ?>
<div class="error"><?= $this->get('error') ?></div>
<?php endif; ?>