mirror of
https://github.com/trafficlunar/website.git
synced 2026-08-12 12:29:49 +00:00
feat: website
This commit is contained in:
parent
fc22cf0330
commit
215e6944a8
45 changed files with 709 additions and 16 deletions
20
src/pages/status.astro
Normal file
20
src/pages/status.astro
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
|
||||
import Music from "../components/Music.svelte";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<section class="!mb-0 !pt-3">
|
||||
<legend>status</legend>
|
||||
|
||||
<div class="flex items-center gap-4 text-subtext0 text-sm font-medium mb-2">
|
||||
<hr class="flex-grow border-surface1" />
|
||||
<span>last.fm</span>
|
||||
<hr class="flex-grow border-surface1" />
|
||||
</div>
|
||||
<Music client:only />
|
||||
|
||||
<p class="text-center mt-4 text-subtext1 text-sm">more coming soon...</p>
|
||||
</section>
|
||||
</Layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue