Basic frontend for iffy.cert.hr
Find a file
2024-12-30 21:04:04 +01:00
go.mod First Commit. 2024-12-30 20:29:26 +01:00
main.go Get basic webserver going. 2024-12-30 21:04:04 +01:00
README.md Get basic webserver going. 2024-12-30 21:04:04 +01:00

Goffy

Basic iffy.cert.hr front, for now just a cli tool.

Improved to simpler webserver that runs on port 3333.

To get result on url, just run 127.0.0.1:3333/result?url=ekupi.hr for example, and you will get result.

Next to get some http templating setup.