diff --git a/index.html b/index.html index 90fb080..efb9676 100755 --- a/index.html +++ b/index.html @@ -5,6 +5,26 @@ Kernel AI + + + + + + + + + + + + + + + + + + + + @@ -38,6 +58,6 @@ console.error('❌ RightSemicircleMenuManager class NOT loaded!'); } - + diff --git a/static/js/right-semicircle-menu.js b/static/js/right-semicircle-menu.js index de44534..4972a10 100644 --- a/static/js/right-semicircle-menu.js +++ b/static/js/right-semicircle-menu.js @@ -33,7 +33,7 @@ class RightSemicircleMenuManager { // Semicircle parameters - attached to right edge with cut-off edges const menuRadius = height * 0.4; // Larger radius for better coverage - const menuX = width; // Position exactly at right edge + const menuX = width + 40; // Position 40px to the right of screen edge const menuY = height / 2; // Vertically centered // Create the large semicircle path (right side) diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..80390e4 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Allow: / + +# Sitemap location +Sitemap: https://ring-0.sh/sitemap.xml + +# Allow indexing of all pages +Disallow: diff --git a/static/sitemap.xml b/static/sitemap.xml new file mode 100644 index 0000000..741714a --- /dev/null +++ b/static/sitemap.xml @@ -0,0 +1,15 @@ + + + + https://ring-0.sh/ + 2024-09-06 + daily + 1.0 + + + https://ring-0.sh/int/ + 2024-09-06 + weekly + 0.8 + +