first commit

This commit is contained in:
2025-08-25 13:41:28 -06:00
commit 15551f86c4
539 changed files with 96467 additions and 0 deletions

BIN
assets/images/scanner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

11
assets/jsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/*",
"../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.3+incompatible/js/*"
]
}
}
}