From 083d4a8dd76cecd081fd282b85f401e2b839b946 Mon Sep 17 00:00:00 2001 From: Nyemba Ambela Jean Nicolas Date: Sat, 11 Mar 2023 00:43:01 +0100 Subject: [PATCH] aaa --- README.md | 3 +++ index.html | 14 ++++++++++++++ js/copyright.js | 1 + 3 files changed, 18 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 js/copyright.js diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ab2958 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# NicoWeb + +RĂ©pertoire et template web \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e4a1862 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + Document + + + + + + + \ No newline at end of file diff --git a/js/copyright.js b/js/copyright.js new file mode 100644 index 0000000..99ae2c1 --- /dev/null +++ b/js/copyright.js @@ -0,0 +1 @@ +console.log("-------------------- HELLO WORLD --------------------") \ No newline at end of file