added build

This commit is contained in:
2021-10-13 19:11:16 +03:00
parent 4c7a43e378
commit 65b07baa1c
24 changed files with 118 additions and 29 deletions

6
build/.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]