From 5a16c13ea2420d0948520c402bd5f57ae69c28a5 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Fri, 20 Jun 2025 14:56:04 -0700 Subject: [PATCH] **feat(examples): add redirect page for demo and update live demo links** ### Changes: - **examples/index.html**: - Introduced a new HTML file that redirects users to `demo.html` using both meta tag and JavaScript. - **README.md**: - Updated live demo link to point to the new `examples/` directory and clarified access to both the root directory and `demo.html`. ### Purpose: Improved user experience by creating a smoother navigation to the demo page and updated documentation to reflect the new entry point of the live demo. Removed redundant `CNAME` file as part of cleanup. --- README.md | 2 +- examples/CNAME | 1 - examples/index.html | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) delete mode 100644 examples/CNAME create mode 100644 examples/index.html diff --git a/README.md b/README.md index d05e31d0..513d871d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ it gets - learning from your data to provide increasingly relevant results and c ## 🚀 Live Demo -**[Try the live demo](https://soulcraft-research.github.io/brainy/examples/demo.html)** - Check out the interactive demo on GitHub Pages that showcases Brainy's main features. +**[Try the live demo](https://soulcraft-research.github.io/brainy/examples/)** - Check out the interactive demo on GitHub Pages that showcases Brainy's main features. You can access it at either [https://soulcraft-research.github.io/brainy/examples/](https://soulcraft-research.github.io/brainy/examples/) or [https://soulcraft-research.github.io/brainy/examples/demo.html](https://soulcraft-research.github.io/brainy/examples/demo.html). ## 📊 What Can You Build? diff --git a/examples/CNAME b/examples/CNAME deleted file mode 100644 index 6c403167..00000000 --- a/examples/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.soulcraft.com diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 00000000..473f050a --- /dev/null +++ b/examples/index.html @@ -0,0 +1,16 @@ + + + + + + Brainy Demo - Redirecting... + + + + +

Redirecting to Brainy Demo...

+ + +