From d6efab981e0b31f39b3b99bccc2c3296034fdd2f Mon Sep 17 00:00:00 2001 From: Siddharth Dhirde <94599198+SiddharthDhirde@users.noreply.github.com> Date: Sun, 31 Mar 2024 02:16:01 +0530 Subject: [PATCH] Add website URL Add website URL for Light and dark mode --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7ee8dca..296dbc5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ This is a simple web application for displaying notices, designed to inform stud 3. Notice messages will automatically rotate at regular intervals. 4. To update notice messages, modify the `notices.json` file with new messages. +## Website + +- **Light Mode**: [https://digitalnotice.netlify.app/](https://digitalnotice.netlify.app/) +- **Dark Mode**: [https://darknoticeboard.netlify.app/](https://darknoticeboard.netlify.app/) + ## Contributions Contributions to the project are welcome! If you have any ideas for improvements or feature enhancements, feel free to open an issue or submit a pull request.