Initial commit

Couldnt keep the history unfortunately.
This commit is contained in:
Riyyi
2021-03-03 17:55:48 +01:00
commit a8056b66cc
67 changed files with 7759 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<div class="content shadow p-4 mb-4">
<div id="home">
<h3>
Welcome back,
</h3>
<h3>
<?= $this->user->first_name; ?>
<?= !empty($this->user->last_name) ? ' ' . $this->user->last_name : ''; ?>
</h3>
</div>
<div class="pb-5"></div>
</div>