stream-tools/learning/pages/index.html
ari melody 6927d54cbd
first commit! 🎉
port "ari is learning!" assets to live go backend.
some prep work for further developments for ari melody LIVE
2026-06-12 04:50:45 +01:00

27 lines
876 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>starting soon... - ari is LEARNING</title>
<link href="/learning/public/cards.css" rel="stylesheet">
</head>
<body>
<div id="app">
<header>
<h3>today's show: <span id="title"></span></h3>
<h3>stream.place</h3>
</header>
<div class="title">
<h1>💫 ari is LEARNING</h1>
<h2>starting soon... 💚</h2>
</div>
<footer>
<h3>@arimelody.space</h3>
<h3 id="time">{time}</h3>
</footer>
</div>
<script type="module" src="/learning/public/cards.js"></script>
<div id="cover"></div>
</body>
</html>