15 lines
		
	
	
		
			418 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			418 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<html>
 | 
						|
  <head>
 | 
						|
    <link rel="stylesheet" href="{{prefix}}static/site.css" />
 | 
						|
    <link rel="stylesheet" href="{{prefix}}static/user.css" />
 | 
						|
    <title>login</title>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <form action="login" method="POST" name="modlogin">
 | 
						|
      <label for="mod_key">secret</label>
 | 
						|
      <input type="password" id="mod_key" name="privkey" />
 | 
						|
      <input type="submit" value="login" />
 | 
						|
    </form>
 | 
						|
  </body>
 | 
						|
</html>
 |