14 lines
		
	
	
		
			341 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			341 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| 	<head><title>Login</title>
 | |
| 	<body>
 | |
| 		<form action="/api/v1/login?target=/" method="POST">
 | |
| 			<label for="username">User</label>
 | |
| 			<input type="text" name="username" /><br />
 | |
| 
 | |
| 			<label for="password">Password</label>
 | |
| 			<input type="password" name="password" /><br />
 | |
| 
 | |
| 			<input type="submit">Login</form>
 | |
| 		</form>
 | |
| 	</body>
 | |
| </html> |