committing commit

This commit is contained in:
2021-10-13 19:03:45 +03:00
parent 5cae7858ab
commit 4c7a43e378
40 changed files with 8376 additions and 5238 deletions

6
public/.htaccess Normal file
View File

@@ -0,0 +1,6 @@
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [L]