Download and disclaimer
This commit is contained in:
parent
8863069a03
commit
cc83ce6713
1 changed files with 41 additions and 27 deletions
|
@ -7,12 +7,25 @@ import Card from "../components/Card.astro";
|
||||||
<main>
|
<main>
|
||||||
<div class="content" style="text-align: center;">
|
<div class="content" style="text-align: center;">
|
||||||
<marquee Behavior="Alternate">
|
<marquee Behavior="Alternate">
|
||||||
<h2 class="title">LimePotato</h1>
|
<h2 class="title">LimePotato</h2>
|
||||||
</marquee>
|
</marquee>
|
||||||
<hr>
|
<hr />
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>Some Ambience?</figcaption>
|
<figcaption>
|
||||||
<audio controls src="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac" type="audio/flac">
|
Some Ambience?
|
||||||
|
<br />
|
||||||
|
<span style="font-size: smaller; color: #a6adc8;">(Might take a moment to load)</span>
|
||||||
|
<br>
|
||||||
|
<span style="font-size: smaller;">
|
||||||
|
<a href="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac">Download File</a>
|
||||||
|
</span>
|
||||||
|
</figcaption>
|
||||||
|
<audio
|
||||||
|
controls
|
||||||
|
src="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac"
|
||||||
|
type="audio/flac"
|
||||||
|
>
|
||||||
|
</audio>
|
||||||
</figure>
|
</figure>
|
||||||
<hr />
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
|
@ -37,6 +50,7 @@ import Card from "../components/Card.astro";
|
||||||
Systems administration, pixel art, 3D Printing, Tinkering, and really
|
Systems administration, pixel art, 3D Printing, Tinkering, and really
|
||||||
just whatever hits the dopamine in the right spot.
|
just whatever hits the dopamine in the right spot.
|
||||||
</p>
|
</p>
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue