announce server migration

This commit is contained in:
Sam 2023-05-26 16:18:16 +02:00
parent 5bac691d15
commit 2cf5473a06
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script lang="ts"> <script lang="ts">
import { PUBLIC_BASE_URL } from "$env/static/public"; import { PUBLIC_BASE_URL } from "$env/static/public";
import { Button } from "sveltestrap"; import { Alert, Button } from "sveltestrap";
import { userStore } from "$lib/store"; import { userStore } from "$lib/store";
</script> </script>
@ -12,6 +12,13 @@
<meta property="og:url" content={PUBLIC_BASE_URL} /> <meta property="og:url" content={PUBLIC_BASE_URL} />
</svelte:head> </svelte:head>
<Alert fade={false} dismissible color="secondary">
Maintenance notice: I will be migrating pronouns.cc to a new server starting on May 27th at 12:00
UTC. I do not expect this migration to take very long, but the site will not be available during
that time.
<strong>No data will be lost.</strong>
</Alert>
<div> <div>
<h1><b>pronouns</b>.cc</h1> <h1><b>pronouns</b>.cc</h1>