diff --git a/README.md b/README.md index 72ee2db..10563ab 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ An interactive web app that visualizes the **CosmoChron Binary Epoch (CoBiE)** t ## Project Structure ``` -├── index.html # Main HTML, styles, and scripts +├── index.html # Main HTML markup +├── style.css # Separated styles +├── script.js # JavaScript logic ├── README.md # This documentation └── assets/ # (Optional) images or external CSS/JS ``` diff --git a/index.html b/index.html index 05aee7d..0f04736 100644 --- a/index.html +++ b/index.html @@ -4,351 +4,7 @@