From e65bc44fadfc4fe3a4f087d3207b188dc2a76ae1 Mon Sep 17 00:00:00 2001 From: ledudal Date: Fri, 1 Apr 2022 22:49:14 +0200 Subject: [PATCH] unique git --- cacher-desc.riot | 45 ++++++++++++++ cat-selector.riot | 47 ++++++++++++++ compofilm.riot | 55 +++++++++++++++++ genre-selector.riot | 49 +++++++++++++++ index.html | 30 +++++++++ search.riot | 85 +++++++++++++++++++++++++ tout.riot | 147 ++++++++++++++++++++++++++++++++++++++++++++ vue.riot | 67 ++++++++++++++++++++ 8 files changed, 525 insertions(+) create mode 100644 cacher-desc.riot create mode 100644 cat-selector.riot create mode 100644 compofilm.riot create mode 100644 genre-selector.riot create mode 100755 index.html create mode 100755 search.riot create mode 100644 tout.riot create mode 100644 vue.riot diff --git a/cacher-desc.riot b/cacher-desc.riot new file mode 100644 index 0000000..1aaa4d5 --- /dev/null +++ b/cacher-desc.riot @@ -0,0 +1,45 @@ + + + + + + + + + \ No newline at end of file diff --git a/cat-selector.riot b/cat-selector.riot new file mode 100644 index 0000000..34fc001 --- /dev/null +++ b/cat-selector.riot @@ -0,0 +1,47 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/compofilm.riot b/compofilm.riot new file mode 100644 index 0000000..1242c80 --- /dev/null +++ b/compofilm.riot @@ -0,0 +1,55 @@ + + {state.film.title} + + + + + + {state.film.vote_average} + + + + + + \ No newline at end of file diff --git a/genre-selector.riot b/genre-selector.riot new file mode 100644 index 0000000..6772922 --- /dev/null +++ b/genre-selector.riot @@ -0,0 +1,49 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100755 index 0000000..037a9fe --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + Cinema + + + + + + + + + \ No newline at end of file diff --git a/search.riot b/search.riot new file mode 100755 index 0000000..8558a69 --- /dev/null +++ b/search.riot @@ -0,0 +1,85 @@ + + + + + +

{ state.error }

+ + + + +
\ No newline at end of file diff --git a/tout.riot b/tout.riot new file mode 100644 index 0000000..a5e34e2 --- /dev/null +++ b/tout.riot @@ -0,0 +1,147 @@ + + +
+
+ + +
+
+ +
+
+ +
+ +
+ +
+ +
+ + + + + +
\ No newline at end of file diff --git a/vue.riot b/vue.riot new file mode 100644 index 0000000..fa43d17 --- /dev/null +++ b/vue.riot @@ -0,0 +1,67 @@ + +
+ + +
+ + + + +
\ No newline at end of file