aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-17 23:45:37 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-17 23:45:37 +0200
commit06fe17291f74f73dee1d1860279cbbae52499ce0 (patch)
treeacd7963cd5e589516c510d99e50887e6b36c33a6
parentd5cb8fd65d5c86c8627d3728d3aec7e1ae6ed4dd (diff)
downloadphp-upload-master.tar.gz
php-upload-master.tar.zst
php-upload-master.zip
Add better READMEHEADmaster
-rw-r--r--README.md10
-rw-r--r--Readme.md3
-rw-r--r--screen.pngbin0 -> 34010 bytes
3 files changed, 10 insertions, 3 deletions
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
--- /dev/null
+++ b/screen.png
Binary files differ