commit 7701acb6797c2ce3b6cf688359805825692c3dad parent 7e0a5f32896df7bd89ee1fc4a1636b4092c02422 Author: Nirmal Kumar R <nirmal@posteo.net> Date: Fri, 26 Jul 2024 18:28:02 +0530 Add README.md Diffstat:
A | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md 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 +```