Add basic detail routes

This commit is contained in:
sqozz
2017-12-29 03:03:47 +01:00
parent 16878ee228
commit d42f9a9ac4
4 changed files with 22 additions and 1 deletions

4
static/css/details.css Normal file
View File

@ -0,0 +1,4 @@
table, th, td {
width: 100%;
border: 1px solid white;
}