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:
commit
6927d54cbd
12 changed files with 675 additions and 0 deletions
27
learning/pages/bye.html
Normal file
27
learning/pages/bye.html
Normal 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>bye - ari is LEARNING</title>
|
||||
<link href="/learning/public/cards.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<header>
|
||||
<h3>wrapping up...</h3>
|
||||
<h3>stream.place</h3>
|
||||
</header>
|
||||
<div class="title">
|
||||
<h1>💫 ari is LEARNING</h1>
|
||||
<h2>see you around! 👋</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue