From 0ad5c83615bfa77ea69895b927f550dbac8e60a1 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 9 Dec 2024 21:10:46 -0500 Subject: [PATCH] add cc0 badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f471a3..9d6bca9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # pontus-mail +[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) + Landing page for p0ntus mail # Self hosting @@ -46,4 +48,4 @@ You can also use Docker to self-host pontus-mail's frontend. Make sure you have docker compose up -d --build ``` -You will now have a fully functioning Node.js Express server, which will be running on the port specified in `docker-compose.yml`, and internally on port `3000`. \ No newline at end of file +You will now have a fully functioning Node.js Express server, which will be running on the port specified in `docker-compose.yml`, and internally on port `3000`.