Add sorry message

This commit is contained in:
Fred Boniface 2023-11-14 21:06:29 +00:00
parent 1be9fea029
commit 2fc19dfab8
2 changed files with 5 additions and 4 deletions

View File

@ -20,9 +20,10 @@
} }
const pageText: string[] = [ const pageText: string[] = [
'<h3>Service Unavailability</h3>' + '<h3>Sorry</h3>' +
'<p>Due to changing internet service providers and hardware upgrades during November and December, OwlBoard may be unavailable for short periods.<p>' + '<p>The hardware behind OwlBoard has been upgraded and it will now be faster.<p>' +
"<p>Downtime will be kept to a minimum as it's my own personal connection too.</p>", "<p>Unfortunately, you will need to <a href='/more/reg'>re-register</a>.</p>",
"<p>Additional PIS Codes for LTV and Devon Metro services have been added too</p>"
]; ];
</script> </script>

View File

@ -1,3 +1,3 @@
export const version: string = '2023.10.2'; export const version: string = '2023.10.3';
export const versionTag: string = ''; export const versionTag: string = '';
export const showWelcome: boolean = true; export const showWelcome: boolean = true;