Skip to content
Snippets Groups Projects
Commit 418ad7d6 authored by mperezsa's avatar mperezsa
Browse files

Upload New File

parent 86bf3a51
No related branches found
No related tags found
No related merge requests found
import React, { useEffect } from "react";
import Footer from "../../components/Footer";
function Error() {
useEffect(() => {
document.title = "Error";
}, []);
return (
<>
<div className="column-container">
<h2> ERROR </h2>
<img width="50%" height="50%" src="/images/404.jpg" alt="" />
</div>
<Footer />
</>
);
}
export default Error;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment