diff --git a/src/pages/Traning_Inactif_Or_Not_Exist.js b/src/pages/Traning_Inactif_Or_Not_Exist.js
new file mode 100644
index 0000000..66526dc
--- /dev/null
+++ b/src/pages/Traning_Inactif_Or_Not_Exist.js
@@ -0,0 +1,39 @@
+import React from "react";
+import Navigation from "../components/Navigation";
+import bannerimg2 from "./../mysy_img/MYSY-LOGO-BLUE.png";
+import { Helmet } from "react-helmet";
+import Footer from "../components/Fotter";
+import Header from "../components/Header";
+
+
+const NotFound = () => {
+ return (
+
+
+
+
+
+ MySy Training, qui sommes nous ?
+
+
+
+
+
+
+
+
+
+
+
Cette formation n'est pas active ou n'existe pas.
+
+
+
+
+
+
+
+
+ )
+}
+
+export default NotFound;
\ No newline at end of file