portable-php
portable-php copied to clipboard
A blog in one HTML file
Results
2
portable-php issues
Sort by
recently updated
recently updated
newest added
It seems that png images didnt convert to base64, so that the full url is still in code and will change to windows own index-files/image.png when saving the result page....
I tried to add a simple Github action to run `portable.php` from the repo: ```yml name: RUN on: push: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses:...
enhancement
help wanted