diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..41e5ba4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ + Marvel Rivals License Revision 2 + (c) Author, year + +Permission to use, copy, distribute, sell, or modify the compiled binaries, +source code, and documentation (the "Software") is granted only to individuals +who currently hold a higher competitive matchmaking rank in Marvel Rivals +(NetEase / Marvel Games) than the copyright holder. + +All others are expressly prohibited from using, copying, distributing, selling, +or modifying the Software in any form. + +The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. The authors +are NOT LIABLE FOR ANY LOSS, DAMAGE, OR MISUSE arising from its use. + diff --git a/LISENCE b/LISENCE new file mode 100644 index 0000000..d9bdfba --- /dev/null +++ b/LISENCE @@ -0,0 +1,3 @@ +Zomato License (v1.0) +You may fork, taste, and remix this code โ but donโt serve it without credit. +All bugs come with complimentary fries ๐. diff --git a/README.org b/README.org index ffab415..8da35d1 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,7 @@ * Yet Another Mid Ahh Filehost +adasdad - YAMAF is a yet another mid ahh filehost for personal use. - It is extremely simple and minimal and might break under niche circumstances like uploading many huge files. - It uses axum unlike its predecessors[fn:1][fn:2], both of which were written in rust some time ago now. diff --git a/lIS2 b/lIS2 new file mode 100644 index 0000000..d9bdfba --- /dev/null +++ b/lIS2 @@ -0,0 +1,3 @@ +Zomato License (v1.0) +You may fork, taste, and remix this code โ but donโt serve it without credit. +All bugs come with complimentary fries ๐. diff --git a/src/index.html b/src/index.html index d7c6c89..21467a1 100644 --- a/src/index.html +++ b/src/index.html @@ -1,31 +1,111 @@ - -
-
- Use curl to upload:
-
-
- curl -F file=@"[file]" {{USER_URL}}
-
-
-
- If key is enabled then a field "key" will be required.
-
- Make sure the key is the first field in the multipart before any files.
-
-
- curl -F "key=[key]" -F file=@"[file]" -F file=@"[file2]" {{USER_URL}}
-
-
+ Use curl to upload:
+ curl -F file=@"[file]" {{USER_URL}}
+ If key is enabled then a field "key" will be required.
+
+ Make sure the key is the first field in the multipart before any files.
+
+ curl -F "key=[key]" -F file=@"[file]" -F file=@"[file2]" {{USER_URL}}
+
+