button active inactive, validate inputs

This commit is contained in:
counterweight 2025-02-20 17:29:36 +01:00
parent 685fbbbde2
commit cee31c1623
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 67 additions and 34 deletions

View file

@ -5,7 +5,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/seca.css" />
<script src="/javascript/createProfile.js"></script>
</head>
<body>
@ -28,7 +27,13 @@
id="nym-input"
placeholder="ShadowySuperCoder"
/></label>
<p id="nym-input-validation-warning" class="text-warning" style="display: none">Debe tener al menos 3 caracteres.</p>
<p
id="nym-input-validation-warning"
class="text-warning"
style="display: none"
>
Debe tener al menos 3 caracteres.
</p>
</div>
</div>
<div class="over-background">
@ -106,4 +111,5 @@
</div>
</main>
</body>
<script src="/javascript/createProfile.js"></script>
</html>