diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7d6423a --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +Creative Commons Attribution 4.0 International License + +Copyright (c) 2026 bug + +You are free to: + + Share -- copy and redistribute the material in any medium or format + Adapt -- remix, transform, and build upon the material for any purpose, + even commercially + +Under the following terms: + + Attribution -- You must give appropriate credit, provide a link to the + license, and indicate if changes were made. You may do so + in any reasonable manner, but not in any way that suggests + the licensor endorses you or your use. + + No additional restrictions -- You may not apply legal terms or + technological measures that legally restrict + others from doing anything the license + permits. + +Full license text: https://creativecommons.org/licenses/by/4.0/legalcode diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0c042b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# bug.tools + +![preview](preview.png) + +## Stack + +- Vanilla HTML, CSS, and JavaScript +- [Cloudflare Workers](https://workers.cloudflare.com/) + KV for the guestbook and visit counter backend +- Self-hosted on a NixOS home server + +## License + +This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). diff --git a/preview.png b/preview.png new file mode 100644 index 0000000..51f557b Binary files /dev/null and b/preview.png differ