protogen.social-temp/src/routes/+page.svelte

16 lines
889 B
Svelte
Raw Normal View History

2025-01-25 17:46:08 +02:00
<script lang="ts">
import { formatDistanceToNow } from 'date-fns';
const prevDate = new Date(2023, 7, 5)
</script>
<h1 class="text-4xl font-bold">protogen.social</h1>
<p>I intend to make protogen.social return sometime in the future, if i'm ever able to recover it's data</p>
<p>The server used to host it is currently down and frankly, I don't know when it might be coming back, I do hope it will tho as i've been damn proud of the mastodon instance i've been running for <span class="font-bold">{formatDistanceToNow(prevDate)}</span> now</p>
<p>I did have a local backup of it that was a few months old at the time of writing this (that being 1/25/2025 @ 17:34) but my linux ssd died, but hey, at least it got a replacement approved, but i'm never getting that data on it back</p>
<p>I intend to get the data back and making protogen.social return</p>
<style lang="scss">
</style>