This commit is contained in:
2026-01-12 18:20:31 +00:00
parent 2a83373b28
commit ff904abf49
10 changed files with 244 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
<style>
body { font-family: sans-serif; max-width: 400px; margin: 50px auto; }
input { width: 100%; padding: 8px; margin: 5px 0; }
button { width: 100%; padding: 10px; background: #42b983; color: white; border: none; cursor: pointer; }
button { width: 100%; padding: 10px; background: #404040; color: white; border: none; cursor: pointer; }
.error { color: red; }
</style>
</head>