-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Faradadeh co
committed
Feb 24, 2022
1 parent
e2778e0
commit 5a039b9
Showing
3,563 changed files
with
506,692 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<IfModule mod_rewrite.c> | ||
<IfModule mod_negotiation.c> | ||
Options -MultiViews | ||
</IfModule> | ||
|
||
RewriteEngine On | ||
|
||
# Redirect Trailing Slashes If Not A Folder... | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
RewriteRule ^(.*)/$ /$1 [L,R=301] | ||
|
||
# Handle Front Controller... | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteRule ^ index.php [L] | ||
</IfModule> | ||
|
||
# php -- BEGIN cPanel-generated handler, do not edit | ||
# Set the “ea-php73” package as the default “PHP” programming language. | ||
<IfModule mime_module> | ||
AddHandler application/x-httpd-ea-php73 .php .php7 .phtml | ||
</IfModule> | ||
# php -- END cPanel-generated handler, do not edit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@font-face { | ||
font-family: Shabnam; | ||
src: url('../fonts/shabnam/Shabnam.eot'); | ||
src: url('../fonts/shabnam/Shabnam.eot?#iefix') format('embedded-opentype'), | ||
url('../fonts/shabnam/Shabnam.woff2') format('woff2'), | ||
url('../fonts/shabnam/Shabnam.woff') format('woff'), | ||
url('../fonts/shabnam/Shabnam.ttf') format('truetype'); | ||
font-weight: normal; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.