diff --git a/README.md b/README.md index ac1f8af..f21c15e 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,13 @@ unnecessary features, or they didn't have all the features I wanted. written in plain HTML and vanilla JS, using [Pure CSS](https://purecss.io/) for styling +# Screenshot +![Screenshot](./screenshot.png) + # Planned features - An actual name +- Some form of authentication +- Input validation (on client and server) - Deleting links using API and frontend - Code cleanup - Better deduplication diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..da3365a Binary files /dev/null and b/screenshot.png differ