Add file page endpoint

This commit is contained in:
2022-02-15 19:01:41 -05:00
parent 065146ff8a
commit a0db49e7d8
11 changed files with 306 additions and 125 deletions

View File

@@ -310,4 +310,8 @@ mark {
display: inline-block;
width: 40%;
}
.pointer {
cursor: pointer;
}
</style>