From 7701acb6797c2ce3b6cf688359805825692c3dad Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Fri, 26 Jul 2024 18:28:02 +0530 Subject: [PATCH] Add README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..52a98f7 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# nirm.al + +This is a static website and can be run through any static server. + +## Example on Python: +```python +python3 -m http.server +```