commit 6872d12c56241da1706938d537bd142942f2d2b4 Author: barraux.a Date: Thu Dec 8 19:03:33 2022 +0100 premier commit diff --git a/bdd.db b/bdd.db new file mode 100644 index 0000000..010e9d9 Binary files /dev/null and b/bdd.db differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..303939c --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + + 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