From fbd084bdd62b547c17dfd2069d6ae17413e0f1d0 Mon Sep 17 00:00:00 2001 From: pufok Date: Mon, 24 Feb 2025 03:19:56 +0300 Subject: [PATCH] meta-tags update for preview --- .htaccess | 8 ++++++ public/index.html | 63 ++++++++++++++++++++++------------------------- 2 files changed, 37 insertions(+), 34 deletions(-) create mode 100644 .htaccess 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