summaryrefslogtreecommitdiff
path: root/templates/inventory/index.html
blob: ab79a2bcea9e6e2d0d4fa8f87a6cc698cc139a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
	<title>Login</title>
</head>
<body>
<div style="background: linear-gradient(0deg, #F6F0E1 20%, rgba(200,200,200,0) 100%); height: 100%"; >
  <div>
    <div>
      <p>Login</p>
    </div>
    
    <form method="post">
       <div>
        <span>Login</span>
        <a href="/login">Log in</a>
      </div>
      <div>
        <span>New User?</span>
        <a href="/signup">Create Account</a>
      </div>
    </div>
        
      </fieldset>
    </form>
    
  </div>
</div>
</div>

</body>
</html>