Initial commit

This commit is contained in:
Victor Lacasse-Beaudoin 2025-02-27 14:13:21 -05:00
commit 02947128bc
24 changed files with 1126 additions and 0 deletions

4
ui/scan.html Normal file
View file

@ -0,0 +1,4 @@
{{ define "scan-html" }}
{{ if .Error }}<h3>Erreur: {{ .Error }}</h3>{{ end }}
{{ if .Result }}<h3>Résultat: {{ .Result }}</h3>{{ end }}
{{ end }}