pythonwebsitewerkt

This commit is contained in:
mohammedcifci78
2024-03-06 14:27:23 +01:00
parent 2d24fa154c
commit a73fa98a5c
27 changed files with 199 additions and 404 deletions

8
.hintrc Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"axe/text-alternatives": "off"
}
}