removed 'internal' directory
This commit is contained in:
parent
8c200a5a6c
commit
65709049d7
42 changed files with 35 additions and 44 deletions
16
auth/templates/login.html
Normal file
16
auth/templates/login.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<header>
|
||||
<h1>Login</h1>
|
||||
</header>
|
||||
<main>
|
||||
<form method="post">
|
||||
<label>Login</label>
|
||||
<label>
|
||||
<input type="text" name="login" />
|
||||
</label>
|
||||
<label>Password</label>
|
||||
<label>
|
||||
<input type="password" name="password" />
|
||||
</label>
|
||||
<button type="submit">login</button>
|
||||
</form>
|
||||
</main>
|
||||
Loading…
Add table
Add a link
Reference in a new issue