From 932f4b6313143b4026a2b833840502933dda904b Mon Sep 17 00:00:00 2001 From: grib Date: Fri, 1 Apr 2022 23:57:59 +0200 Subject: [PATCH] Upload files to '' --- film.riot | 21 +++++++++++++ filter.riot | 20 ++++++++++++ index.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ kind.riot | 24 +++++++++++++++ listFilms.riot | 3 ++ 5 files changed, 151 insertions(+) create mode 100644 film.riot create mode 100644 filter.riot create mode 100644 index.html create mode 100644 kind.riot create mode 100644 listFilms.riot diff --git a/film.riot b/film.riot new file mode 100644 index 0000000..288e0d1 --- /dev/null +++ b/film.riot @@ -0,0 +1,21 @@ + +
+

{movie.title}

+ +

Popularité : {movie.popularity}

+

{movie.vote_average}/10 sur {movie.vote_count} avis.

+

Genre(s) : {movie.genre_ids}

+
+ + +
\ No newline at end of file diff --git a/filter.riot b/filter.riot new file mode 100644 index 0000000..a54cc73 --- /dev/null +++ b/filter.riot @@ -0,0 +1,20 @@ + +
+ + +
+ + + +
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b5c36c1 --- /dev/null +++ b/index.html @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + +
+ + + diff --git a/kind.riot b/kind.riot new file mode 100644 index 0000000..262e995 --- /dev/null +++ b/kind.riot @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/listFilms.riot b/listFilms.riot new file mode 100644 index 0000000..d1858ce --- /dev/null +++ b/listFilms.riot @@ -0,0 +1,3 @@ + +

{movie.title}

+
\ No newline at end of file