Added files

This commit is contained in:
Antonio de la Rosa 2025-04-26 16:50:27 +02:00
commit aaf3c17220
24 changed files with 1614 additions and 0 deletions

16
media/css/index.css Normal file
View file

@ -0,0 +1,16 @@
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}

3
media/css/swagger-ui.css Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long