Add Matrix authentication token form

This commit is contained in:
2025-01-22 21:35:38 +01:00
parent d133513daf
commit 6b2587648c
3 changed files with 55 additions and 2 deletions

8
assets/style.css Normal file
View File

@ -0,0 +1,8 @@
.body-content {
max-width: 700px;
margin: 50px auto;
}
.body-content .card-header {
font-weight: bold;
}