Add sorry message
This commit is contained in:
parent
1be9fea029
commit
2fc19dfab8
@ -20,9 +20,10 @@
|
||||
}
|
||||
|
||||
const pageText: string[] = [
|
||||
'<h3>Service Unavailability</h3>' +
|
||||
'<p>Due to changing internet service providers and hardware upgrades during November and December, OwlBoard may be unavailable for short periods.<p>' +
|
||||
"<p>Downtime will be kept to a minimum as it's my own personal connection too.</p>",
|
||||
'<h3>Sorry</h3>' +
|
||||
'<p>The hardware behind OwlBoard has been upgraded and it will now be faster.<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>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const version: string = '2023.10.2';
|
||||
export const version: string = '2023.10.3';
|
||||
export const versionTag: string = '';
|
||||
export const showWelcome: boolean = true;
|
||||
|
Loading…
Reference in New Issue
Block a user