feat: add jenkins support
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-27 10:30:31 +00:00
parent bc8447e951
commit 6491bb03b6
106 changed files with 13718 additions and 0 deletions

6
.htmlhintrc Normal file
View File

@@ -0,0 +1,6 @@
{
"attr-value-double-quotes": false,
"tag-pair": true,
"id-unique": true,
"tagname-lowercase": false
}