diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..b0e00a1 --- /dev/null +++ b/.htaccess @@ -0,0 +1,8 @@ + + RewriteEngine On + RewriteBase / + RewriteRule ^index\.html$ - [L] + RewriteCond %{REQUEST_FILENAME} !-f + RewriteCond %{REQUEST_FILENAME} !-d + RewriteRule . /index.html [L] + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 278aa67..3671626 100644 --- a/public/index.html +++ b/public/index.html @@ -1,39 +1,34 @@ - - - - - - - - - - pufok's network - - - -
- - - + + + pufok's network + + + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file