diff --git a/asteroid.lisp b/asteroid.lisp
index 1bfac2f..0f947fe 100644
--- a/asteroid.lisp
+++ b/asteroid.lisp
@@ -944,6 +944,13 @@
(load-template "about-content")
:title "About - Asteroid Radio"))
+;; Status content (for frameset mode)
+(define-page status-content #@"/status-content" ()
+ "Status page content (displayed in content frame)"
+ (clip:process-to-string
+ (load-template "status-content")
+ :title "Status - Asteroid Radio"))
+
(define-api asteroid/status () ()
"Get server status"
(api-output `(("status" . "running")
diff --git a/template/front-page-content.ctml b/template/front-page-content.ctml
index 2ca6441..51e8189 100644
--- a/template/front-page-content.ctml
+++ b/template/front-page-content.ctml
@@ -54,7 +54,7 @@
Home
Player
About
- Status
+ Status
Profile
Admin
Login
diff --git a/template/status-content.ctml b/template/status-content.ctml
new file mode 100644
index 0000000..e406499
--- /dev/null
+++ b/template/status-content.ctml
@@ -0,0 +1,57 @@
+
+
+
+ Asteroid Radio - Status
+
+
+
+
+
+
+
+
+
+
+
+ đĸ Server Status
+
+ Asteroid Radio is currently online and broadcasting.
+
+
+
+
+ đ Stream Information
+
+ - Status: đĸ Live
+ - Formats: AAC 96kbps, MP3 128kbps, MP3 64kbps
+ - Server: Icecast
+
+
+
+
+ âšī¸ Additional Information
+
+ For detailed system status and administration, please visit the Admin Dashboard.
+
+
+
+
+
+
diff --git a/template/status.ctml b/template/status.ctml
new file mode 100644
index 0000000..a0f2355
--- /dev/null
+++ b/template/status.ctml
@@ -0,0 +1,57 @@
+
+
+
+ Asteroid Radio - Status
+
+
+
+
+
+
+
+
+
+
+
+ đĸ Server Status
+
+ Asteroid Radio is currently online and broadcasting.
+
+
+
+
+ đ Stream Information
+
+ - Status: đĸ Live
+ - Formats: AAC 96kbps, MP3 128kbps, MP3 64kbps
+ - Server: Icecast
+
+
+
+
+ âšī¸ Additional Information
+
+ For detailed system status and administration, please visit the Admin Dashboard.
+
+
+
+
+
+