This commit is contained in:
lubiana 2022-11-05 11:55:58 +01:00
parent 7dd81f65d5
commit dff0cc92e0
No known key found for this signature in database
36 changed files with 2020 additions and 0 deletions

BIN
app/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

3
app/public/index.php Normal file
View file

@ -0,0 +1,3 @@
<?php declare(strict_types=1);
require __DIR__ . '/../src/Bootstrap.php';