aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--docs/Index.pngbin0 -> 32678 bytes
-rw-r--r--docs/get.pngbin0 -> 25872 bytes
3 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b4dd1da..d82d685 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# Paste-cgi
+## Description
+This is a dirty pastebin done in CGI. It is completely client-side encrypted and server only stored encrypted paste.
+
+## Images
+![Index](docs/Index.png)
+![Get](docs/get.png)
+
+## Nginx Config
```
server {
diff --git a/docs/Index.png b/docs/Index.png
new file mode 100644
index 0000000..c73083b
--- /dev/null
+++ b/docs/Index.png
Binary files differ
diff --git a/docs/get.png b/docs/get.png
new file mode 100644
index 0000000..fe333e6
--- /dev/null
+++ b/docs/get.png
Binary files differ