first commit! 🎉

port "ari is learning!" assets to live go backend.
some prep work for further developments for ari melody LIVE
This commit is contained in:
ari melody 2026-06-12 04:50:45 +01:00
commit 6927d54cbd
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
12 changed files with 675 additions and 0 deletions

27
learning/pages/index.html Normal file
View file

@ -0,0 +1,27 @@
<!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>