Implemented SQL injection attackable service

This commit is contained in:
2023-04-20 23:17:34 +02:00
parent c234ec6806
commit aa8d4f4036
10 changed files with 213 additions and 2 deletions

16
static/css/index.css Normal file
View File

@@ -0,0 +1,16 @@
.cats {
display: flex;
}
.books {
border: 1px solid grey;
min-width: 200px;
min-height: 350px;
margin: 5px;
padding: 5px;
text-align: center;
}
.book > img {
width: 190px;
}