From 6872d12c56241da1706938d537bd142942f2d2b4 Mon Sep 17 00:00:00 2001 From: "barraux.a" Date: Thu, 8 Dec 2022 19:03:33 +0100 Subject: [PATCH] premier commit --- bdd.db | Bin 0 -> 8192 bytes index.html | 13 +++++++++++++ index.php | 0 script.js | 2 ++ 4 files changed, 15 insertions(+) create mode 100644 bdd.db create mode 100644 index.html create mode 100644 index.php create mode 100644 script.js diff --git a/bdd.db b/bdd.db new file mode 100644 index 0000000000000000000000000000000000000000..010e9d9b78771e39a2f793a75b0a805506423e9d GIT binary patch literal 8192 zcmeI#u?oU45XSLK5jWALxZbEBF1~=(W+)Uv?ciFag@SEG^K?F)$ + + + + + + + Document + + + Hello world ! + + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..e69de29 diff --git a/script.js b/script.js new file mode 100644 index 0000000..21024b7 --- /dev/null +++ b/script.js @@ -0,0 +1,2 @@ +console.log('hello') +const database = require('bdd.db') \ No newline at end of file