Initial commit

This commit is contained in:
Marek Lesko
2025-08-19 16:58:51 +02:00
commit a2f7e2285a
908 changed files with 160315 additions and 0 deletions

22
libman.json Normal file
View File

@@ -0,0 +1,22 @@
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "jquery@3.6.3",
"destination": "wwwroot/lib/jquery/"
},
{
"library": "bootstrap@5.2.3",
"destination": "wwwroot/lib/bootstrap/"
},
{
"library": "popper.js@2.11.6",
"destination": "wwwroot/lib/popper.js/"
},
{
"library": "font-awesome@6.5.2",
"destination": "wwwroot/lib/fontawesome/"
}
]
}