mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
archive ReactApp
This commit is contained in:
14
react_OLD/src/pages/Activities.js
Normal file
14
react_OLD/src/pages/Activities.js
Normal 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>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user