diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-28 13:47:44 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-28 13:47:44 +0300 |
commit | 459b87480e76d9be275b0ee8a30e4b691af8aaba (patch) | |
tree | 6981c676d5c52c955240b464601d9311fb30a888 /storage |
initial
Diffstat (limited to 'storage')
-rw-r--r-- | storage/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/storage/index.html b/storage/index.html new file mode 100644 index 0000000..a83c858 --- /dev/null +++ b/storage/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>NixShare</title> +</head> +<body> + <pre> + curl -d @FILENAME https://nixshare.ru/upload + </pre> +</body> +</html>
\ No newline at end of file |