diff --git a/README.md b/README.md index fb9d21f..bf8c42f 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,12 @@ Github project: [/zedeus/nitter](https://github.com/zedeus/nitter) ### What is Invidious: A free and open source alternative front-end to YouTube -Github project: [/omarroth/invidious](https://github.com/omarroth/invidious) \ No newline at end of file +Github project: [/omarroth/invidious](https://github.com/omarroth/invidious) + + +### Screenshots: + +![A simple interface to cusomize instances](./images/img1.png) ![A YouTube link received via a text message](./images/img2.png) + +![The app handled and transformed it before delegating the action](./images/img3.png) ![The app opened the transformed link](./images/img4.png) + diff --git a/images/img1.png b/images/img1.png new file mode 100644 index 0000000..efa39eb Binary files /dev/null and b/images/img1.png differ diff --git a/images/img2.png b/images/img2.png new file mode 100644 index 0000000..13ab1da Binary files /dev/null and b/images/img2.png differ diff --git a/images/img3.png b/images/img3.png new file mode 100644 index 0000000..a981cb6 Binary files /dev/null and b/images/img3.png differ diff --git a/images/img4.png b/images/img4.png new file mode 100644 index 0000000..8bf26ba Binary files /dev/null and b/images/img4.png differ