clean project

This commit is contained in:
Clément
2018-09-07 19:53:41 +02:00
parent 0510feaa28
commit 5a80bb7722
6 changed files with 31 additions and 2888 deletions

View File

@ -1,8 +0,0 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>