Upload edited BASE

my version of skeleton 2. The building block for the site
This commit is contained in:
2021-12-20 21:36:59 +01:00
parent 4496d5984f
commit 49b691132a
11 changed files with 1110 additions and 0 deletions

5
_CDN/fonts/crn/.htaccess Normal file
View File

@@ -0,0 +1,5 @@
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>