update main page again

This commit is contained in:
nelle 2024-06-05 18:13:23 -06:00
parent 3b309649af
commit dce151e1f6

View file

@ -6,25 +6,26 @@ import Card from "../components/Card.astro";
<Layout title="LimePot - Home">
<main>
<center>
<marquee Behavior="Alternate"
><h2 class="title">
<h1>LimePotato</h1>
<marquee Behavior="Alternate">
<h2 class="title">
<span class="text-gradient">Hello World</span>
</h2></marquee
>
<br />
</h2>
</marquee>
<hr>
<div class="content">
<a href="/404">0 Days since last incident.</a>
<a href="/404" style="font-size: 34px">0 Days since last incident.</a>
<br />
<p class="subtitle">"Forever - is composed of Nows</p>
<p class="subtitle">`Tis not a different time -</p>
<p class="subtitle">Except for Infiniteness -</p>
<p class="subtitle">And Latitude of Home -</p>
<p style="font-size: 24px">"Forever - is composed of Nows</p>
<p style="font-size: 24px">`Tis not a different time -</p>
<p style="font-size: 24px">Except for Infiniteness -</p>
<p style="font-size: 24px">And Latitude of Home -</p>
<br />
<p class="subtitle">From this - experienced Here -</p>
<p class="subtitle">Remove the Dates - to These -</p>
<p class="subtitle">Let Months dissolve in further Months -</p>
<p class="subtitle">And Years - exhale in Years ."</p>
<p class="subtitle"></p><strong>- Emily Dickinson</strong>
<p style="font-size: 24px">From this - experienced Here -</p>
<p style="font-size: 24px">Remove the Dates - to These -</p>
<p style="font-size: 24px">Let Months dissolve in further Months -</p>
<p style="font-size: 24px">And Years - exhale in Years ."</p>
<p style="font-size: 24px"></p><strong>- Emily Dickinson</strong>
</div>
</center>
</main>