archive ReactApp

This commit is contained in:
2023-01-28 13:02:29 -06:00
parent c82606319c
commit 87833551a6
74 changed files with 2809 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
import Neon from "../componets/Neon";
export default function ErrorNotFound() {
return (
<>
<link rel="canonical" href="https://asimonson.com/activities"></link>
<Neon color="#fff">
<h1 className="neon">ERROR 404</h1>
<br />
<h3 className="neon">URL Not Found</h3>
</Neon>
</>
);
}