27 lines
530 B
Markdown
27 lines
530 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 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`)
|