add settings page

This commit is contained in:
Arthur Lu
2023-07-12 00:24:16 +00:00
parent ab257e907a
commit e8d3fa560d
6 changed files with 70 additions and 0 deletions

View File

@@ -42,4 +42,8 @@ input[type="checkbox"] {
width: min-content;
margin-left: auto;
margin-right: auto;
}
input[type="radio"] {
position: inherit;
}