towerful@programming.devtoTechnology@lemmy.world•Californians Say X Blocked Them From Viewing Amber Alert About Missing 14-Year-OldEnglish
2·
4 days agoIt’s open source.
just deploy it verbatim, and change your laws and taxes to work with what the web services do!
The repo: https://git.sakamoto.pl/laudom/http.sh
An example:
#!/bin/bash echo '<html><head><meta charset="utf-8"></head><body>' if [[ ! "${get_data[example]}" ]]; then echo '<form> <input type="text" name="example"> <input type="submit"> </form>' else echo "<p>you sent: $(html_encode "${get_data[example]}")</p>" fi echo '</body></html>'