- Implemented a new Player class in player.js to handle audio playback, including HLS support using hls.js. - Created a shared API module in api.js for making HTTP requests with proper error handling. - Added DOM utility functions in dom.js for creating and clearing elements. - Introduced WebSocket connection handling in ws.js for real-time updates. - Developed a comprehensive CSS stylesheet for styling the application, including a high-contrast theme.
15 lines
480 B
HTML
15 lines
480 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Radio Admin</title>
|
|
|
|
<script type="module" crossorigin src="/assets/admin-CVu6KAFb.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/assets/dom-BZgKDOeX.js">
|
|
<link rel="stylesheet" crossorigin href="/assets/admin-CJZ4D7u-.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
</html>
|