Split HTML, CSS and JS

This commit is contained in:
Kiyomichi Kosaka
2025-06-12 20:08:56 +02:00
parent 32979379b6
commit 59f1b1f4c9
4 changed files with 1341 additions and 1341 deletions
+3 -1
View File
@@ -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
```