Add README.md

This commit is contained in:
Nirmal Kumar R
2024-07-26 18:28:02 +05:30
parent 7e0a5f3289
commit 7701acb679
+8
View File
@@ -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
```