diff --git a/README.md b/README.md
index 653a870..fbc9546 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ An interactive web app that visualizes the **CosmoChron Binary Epoch (CoBiE)** t
## Features
- **Live CoBiE Clock**: Displays the current CoBiE timestamp, updating every second.
+- **Analog Clock**: Full-screen clock with 16 hex markers and CoBiE hands.
- **UTC & TAI Display**: Shows both UTC and International Atomic Time (TAI) in human-readable format.
- **Timezone Selector**: Switch between UTC, TAI, or any IANA timezone.
- **Interactive Calendar**: Browse past and future Megasequences and Eonstrips with Prev/Next controls.
@@ -53,6 +54,9 @@ An interactive web app that visualizes the **CosmoChron Binary Epoch (CoBiE)** t
```
├── index.html # Main HTML markup
+├── analog.html # Analog clock interface
+├── clock.js # Clock logic
+
├── style.css # Separated styles
├── script.js # JavaScript logic
├── README.md # This documentation
diff --git a/analog.html b/analog.html
new file mode 100644
index 0000000..6c46615
--- /dev/null
+++ b/analog.html
@@ -0,0 +1,55 @@
+
+
+