one-webpage-under-god/README.md
2025-01-04 14:40:59 -06:00

27 lines
531 B
Markdown

# One Webpage, Under God
With "liberty" and JS for none.
---
It's a thing to make a webpage into a single file with no external dependencies, with, of course, "liberty" (no options) and JS for none (it doesn't do JS).
Currently it supports hardcoding:
- favicons
- images
## Usage
```sh
python3 owug.py 'https://example.com' 'out.html'
```
## License
OWUG is licensed under `GPL-3.0-only`.
## TODO
- Add CSS support
- Add support for making relative links into absolute ones (`/.a.html` -> `https://example.com/a.html`)