forked from mirrors/pronouns.cc
announce server migration
This commit is contained in:
parent
5bac691d15
commit
2cf5473a06
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { PUBLIC_BASE_URL } from "$env/static/public";
|
||||
import { Button } from "sveltestrap";
|
||||
import { Alert, Button } from "sveltestrap";
|
||||
import { userStore } from "$lib/store";
|
||||
</script>
|
||||
|
||||
|
@ -12,6 +12,13 @@
|
|||
<meta property="og:url" content={PUBLIC_BASE_URL} />
|
||||
</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>
|
||||
<h1><b>pronouns</b>.cc</h1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue