Add maintenance mode
This commit is contained in:
parent
e9028153cb
commit
58ef9c153e
11
src/routes/maintenance-mode/+page.svelte
Normal file
11
src/routes/maintenance-mode/+page.svelte
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<script>
|
||||||
|
import LargeLogo from "$lib/images/large-logo.svelte";
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<LargeLogo />
|
||||||
|
<h1>
|
||||||
|
OwlBoard is down for maintenance
|
||||||
|
</h1>
|
||||||
|
<p>
|
||||||
|
Maintenance is expected to be complete by 23:59 on 22/11/2024
|
||||||
|
</p>
|
Loading…
Reference in New Issue
Block a user