update embed and add orph flag
This commit is contained in:
parent
f9a19d60c3
commit
27a3e473ec
2 changed files with 6 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
<svelte:head>
|
||||
<title>{data.title}</title>
|
||||
<meta name="description" content={data.description} />
|
||||
<meta name="theme-color" content="#00e1ff" />
|
||||
<meta name="description" content={data.quote} />
|
||||
<!-- <meta name="theme-color" content="#00e1ff" /> -->
|
||||
</svelte:head>
|
||||
|
||||
{#if loaded}
|
||||
|
|
|
|||
|
|
@ -48,6 +48,10 @@
|
|||
|
||||
<audio bind:this={audio} src="/hk-white-palace-ost.mp3" loop></audio>
|
||||
|
||||
<a href="https://hackclub.com" target="_blank" class="z-50 fixed top-24 sm:top-8 md:top-4 -left-2 hover:left-0">
|
||||
<img src="https://assets.hackclub.com/flag-orpheus-left.svg" alt="Hack Club Orpheus Flag" class="h-16">
|
||||
</a>
|
||||
|
||||
{#if showNotification}
|
||||
<div class="z-50 fixed top-6 right-6 left-6 flex justify-center items-center">
|
||||
<div class="flex items-center gap-3 bg-ctp-surface0 text-ctp-text px-4 py-3 rounded-xl shadow-lg" transition:fly={{ y: 20, duration: 300, easing: cubicOut }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue