[new] add txt json download support

This commit is contained in:
2021-01-08 19:18:37 +00:00
parent f223fa8c9a
commit 814fc3463e
13 changed files with 291 additions and 37 deletions

View File

@@ -167,6 +167,10 @@ body::after {
background-color: #f5f5f5;
}
.link {
cursor: pointer;
}
.blink_me {
animation: blinker 1s linear infinite;
}