Adding passwords and versionning

This commit is contained in:
2026-03-11 10:43:23 -04:00
parent 20ed0eeadb
commit e0fe0c4d34
10 changed files with 341 additions and 6 deletions

View File

@@ -86,3 +86,10 @@ button[type=submit]:hover { opacity: .85; }
.bar { height: 6px; background: var(--accent); border-radius: 3px; min-width: 2px; }
form { max-width: 480px; }
footer {
text-align: center; padding: 1.25rem; margin-top: 1rem;
font-size: .75rem; color: var(--muted);
border-top: 1px solid var(--border);
}
footer span { color: var(--accent); }