cjage casing
This commit is contained in:
parent
8577b2fcbc
commit
5410c8bcd3
2 changed files with 5 additions and 5 deletions
|
@ -12,9 +12,9 @@
|
|||
Login to {{ instanceLocation }}'s Nyxask!
|
||||
</h1>
|
||||
<form method="POST">
|
||||
<input type="text" name="username" placeholder="Username" required>
|
||||
<input type="password" name="password" placeholder="Password" required>
|
||||
<button type="submit">Login</button>
|
||||
<input type="text" name="username" placeholder="username" required>
|
||||
<input type="password" name="password" placeholder="password" required>
|
||||
<button type="submit">login</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
Register at {{ instanceLocation }}
|
||||
</h1>
|
||||
<form method="POST">
|
||||
<input type="text" name="username" placeholder="Username" required>
|
||||
<input type="password" name="password" placeholder="Password" required>
|
||||
<input type="text" name="username" placeholder="username" required>
|
||||
<input type="password" name="password" placeholder="password" required>
|
||||
<button type="submit">register</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue