From b35da814ce5ee7111397fd22dd8f4af017715835 Mon Sep 17 00:00:00 2001 From: Vincent Ramiere Date: Tue, 19 Oct 2021 09:53:50 +0200 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20de=20la=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 0 films.html | 0 index.html | 12 ++++++++++++ people.html | 12 ++++++++++++ planetes.html | 12 ++++++++++++ scripts/films.js | 0 scripts/people.js | 0 scripts/planetes.js | 0 8 files changed, 36 insertions(+) create mode 100644 css/style.css create mode 100644 films.html create mode 100644 index.html create mode 100644 people.html create mode 100644 planetes.html create mode 100644 scripts/films.js create mode 100644 scripts/people.js create mode 100644 scripts/planetes.js diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/films.html b/films.html new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..56efbdb --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git a/people.html b/people.html new file mode 100644 index 0000000..56efbdb --- /dev/null +++ b/people.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git a/planetes.html b/planetes.html new file mode 100644 index 0000000..56efbdb --- /dev/null +++ b/planetes.html @@ -0,0 +1,12 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git a/scripts/films.js b/scripts/films.js new file mode 100644 index 0000000..e69de29 diff --git a/scripts/people.js b/scripts/people.js new file mode 100644 index 0000000..e69de29 diff --git a/scripts/planetes.js b/scripts/planetes.js new file mode 100644 index 0000000..e69de29