9 lines
138 B
Markdown
9 lines
138 B
Markdown
# nirm.al
|
|
|
|
This is a static website and can be run through any static server.
|
|
|
|
## Example on Python:
|
|
```python
|
|
python3 -m http.server
|
|
```
|