Skip to content
Snippets Groups Projects
Commit 4705da76 authored by David Trattnig's avatar David Trattnig
Browse files

Initial commit.

parent 92038669
No related branches found
No related tags found
No related merge requests found
<!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=":::CONFIG-STATION-NAME:::"
logo=":::CONFIG-STATION-LOGO-URL:::"
logosize=":::CONFIG-STATION-LOGO-SIZE:::"
api=":::CONFIG-API-URL:::" />
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment