diff --git a/cryptide_project/src/Pages/Home.js b/cryptide_project/src/Pages/Home.js new file mode 100644 index 0000000..05ccbe4 --- /dev/null +++ b/cryptide_project/src/Pages/Home.js @@ -0,0 +1,54 @@ +import React from 'react'; +import './Home.css'; // Créez un fichier CSS pour styliser votre composant +import '../App.css'; +import { Link } from 'react-router-dom'; +import { FormattedMessage } from 'react-intl'; + + +function Home() { + return ( + +
+ +
+ +
+

+

+ +

+
+
+

+

+ +

+
+
+

+
    +
  • +
  • +
  • +
+
+
+ +
+ +
+

+

+

+

-------------------------------

+


Hal Duncan & Ruth Veevers

+


Kwanchai Moriya

+ {/* */} +
+ +
+
+ ); +} + +export default Home;