From 06fe17291f74f73dee1d1860279cbbae52499ce0 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Mon, 17 Apr 2023 23:45:37 +0200 Subject: Add better README --- README.md | 10 ++++++++++ Readme.md | 3 --- screen.png | Bin 0 -> 34010 bytes 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 README.md delete mode 100644 Readme.md create mode 100644 screen.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..8438e72 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Upload app in PHP +Features: +- Requires login and password lo login +- Allows you to to upload files +- Dark mode by default + +Credentials in `passwords.txt` are: +- Username: maks, password: qwerty + +![Screenshot of the app](screen.png) diff --git a/Readme.md b/Readme.md deleted file mode 100644 index 9bb15b6..0000000 --- a/Readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# Upload app in PHP -Credentials in `passwords.txt` are: -- Username: maks, password: qwerty diff --git a/screen.png b/screen.png new file mode 100644 index 0000000..477209d Binary files /dev/null and b/screen.png differ -- cgit v1.3.1