Refactor to use plain GoStyleCamelCase instead of json_style_snake_case.

This commit is contained in:
Zed A. Shaw 2025-09-18 15:44:53 -04:00
parent 931c493928
commit 051474bdc9
12 changed files with 60 additions and 61 deletions

View file

@ -3,12 +3,12 @@
<card>
<top><h2 style="color: white">Register</h2></top>
<middle>
<label for="username">Username</label>
<input id="username" name="username" placeholder="Username" type="text">
<label for="email">FAKE! Email</label>
<input id="email" name="email" placeholder="fake@faker.com" type="text">
<label for="password">Password</label>
<input id="password" name="password" placeholder="Password" type="password">
<label for="Username">Username</label>
<input id="Username" name="Username" placeholder="Username" type="text">
<label for="Email">FAKE! Email</label>
<input id="Email" name="Email" placeholder="fake@faker.com" type="text">
<label for="Password">Password</label>
<input id="Password" name="Password" placeholder="Password" type="password">
</middle>
<bottom>
<button class="hover:btn-alert" type="button">Cancel</button>