diff --git a/web/clock.html b/web/clock.html deleted file mode 100644 index 584ea093d1e357466e7218ebe966464188678b68..0000000000000000000000000000000000000000 --- a/web/clock.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset='utf-8'> - <meta name='viewport' content='width=device-width,initial-scale=1'> - - <title>Aura Engine - Studio Clock</title> - - <link rel='icon' type='image/png' href='/favicon.png'> - <link rel='stylesheet' href='/css/aura.css'> - <link rel='stylesheet' href='/css/aura-clock-bundle.css'> - - <script defer src='/js/aura-clock-bundle.js'></script> -</head> - -<body style="background-color: black;"> - <aura-clock - name="Studio Clock" - logo="https://o94.at/themes/custom/radio_orange/logo1.png" - logosize="180px" - api="http://localhost:3333/api/v1/" /> -</body> -</html>