Refactor to use plain GoStyleCamelCase instead of json_style_snake_case.
This commit is contained in:
parent
931c493928
commit
051474bdc9
12 changed files with 60 additions and 61 deletions
|
|
@ -3,10 +3,10 @@
|
|||
<card>
|
||||
<top><h2 style="color: white">Login</h2></top>
|
||||
<middle>
|
||||
<label for="username">Username</label>
|
||||
<input id="username" name="username" placeholder="Username" 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="Password">Password</label>
|
||||
<input id="Password" name="Password" placeholder="Password" type="password">
|
||||
</middle>
|
||||
<bottom>
|
||||
<button class="hover:btn-alert" type="button">Cancel</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue