first commit
This commit is contained in:
3
backend/web/.gitignore
vendored
Normal file
3
backend/web/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/index.php
|
||||
/index-test.php
|
||||
/robots.txt
|
19
backend/web/.htaccess
Normal file
19
backend/web/.htaccess
Normal file
@ -0,0 +1,19 @@
|
||||
# <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>
|
||||
#RewriteCond %{REQUEST_FILENAME} !-f
|
||||
#RewriteCond %{REQUEST_FILENAME} !-d
|
||||
# <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> index.php
|
||||
#RewriteRule . index.php
|
||||
|
||||
Options +SymLinksIfOwnerMatch
|
||||
IndexIgnore /
|
||||
|
||||
RewriteEngine on
|
||||
#RewriteBase /
|
||||
|
||||
# if a directory or a file exists, use it directly
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
|
||||
# otherwise forward it to index.php
|
||||
RewriteRule . index.php
|
||||
|
2
backend/web/assets/.gitignore
vendored
Normal file
2
backend/web/assets/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
21
backend/web/css/site.css
Normal file
21
backend/web/css/site.css
Normal file
@ -0,0 +1,21 @@
|
||||
.media__upload_img{
|
||||
margin-bottom: 10px;
|
||||
float: left;
|
||||
}
|
||||
.input-group {
|
||||
position: relative;
|
||||
display: table;
|
||||
width: 100%;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.itemImg, .itemImgs{
|
||||
float: left!important;
|
||||
display: inline-block;
|
||||
width: 30%!important;
|
||||
}
|
||||
|
||||
.media__upload_img img{
|
||||
margin: 3px;
|
||||
object-fit: cover;
|
||||
}
|
BIN
backend/web/favicon.ico
Normal file
BIN
backend/web/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 B |
Reference in New Issue
Block a user