one-webpage-under-god/README.md

28 lines
530 B
Markdown
Raw Normal View History

2025-01-04 20:37:35 +00:00
# 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 license 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`)