diff --git a/README.md b/README.md index 99627f6..6b2b17b 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,19 @@ To process a file directly from the command line: ./drmdtool -f /path/to/file.drmd ``` -This will download the file and save it in the base directory specified in the config. \ No newline at end of file +This will download the file and save it in the base directory specified in the config. + + +# Previews + +## Index Page + +![Index Page](images/index.png) + +## Select Page + +![Select Page](images/select.png) + +## Progress Page + +![Progress Page](images/progress.png) diff --git a/images/index.png b/images/index.png new file mode 100644 index 0000000..887cdc3 Binary files /dev/null and b/images/index.png differ diff --git a/images/progress.png b/images/progress.png new file mode 100644 index 0000000..7934f21 Binary files /dev/null and b/images/progress.png differ diff --git a/images/select.png b/images/select.png new file mode 100644 index 0000000..82cc508 Binary files /dev/null and b/images/select.png differ