diff --git a/README.md b/README.md index 1213b1c..c96ad21 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,18 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel * Uses [Flask](https://github.com/pallets/flask), [HTTPAuth](https://github.com/miguelgrinberg/Flask-HTTPAuth), [itsdangerous](https://github.com/pallets/itsdangerous), and [Waitress](https://github.com/Pylons/waitress) * Frontend uses [Bootstrap](https://getbootstrap.com), [jQuery](https://jquery.com) and [jQuery-serialize-object](https://github.com/macek/jquery-serialize-object) * Password resets are handled using smtplib, requests, and [jinja](https://github.com/pallets/jinja) -## Screenshots +## Interface
- +
++ + +
+ + + ## Get it ### Requirements diff --git a/images/admin.png b/images/admin.png index 910a691..3c96be9 100644 Binary files a/images/admin.png and b/images/admin.png differ diff --git a/images/create.png b/images/create.png index 490da35..1f24d67 100644 Binary files a/images/create.png and b/images/create.png differ diff --git a/images/jfa.gif b/images/jfa.gif new file mode 100644 index 0000000..6772fff Binary files /dev/null and b/images/jfa.gif differ