Initial commit

This commit is contained in:
2026-05-17 05:22:06 +03:00
commit ca4d00c895
155 changed files with 45216 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
header('Content-Type: image/png');
header('Cache-Control: public, max-age=86400');
readfile(__DIR__ . '/assets/img/logo.png');