8 lines
138 B
XML
8 lines
138 B
XML
export function NotFound() {
|
|
return (
|
|
<section>
|
|
<p>this nebula service has been disabled</p>
|
|
<span>404</span>
|
|
</section>
|
|
);
|
|
}
|