dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#333 feature - Refactoring to use JEtty and RestEasy with Guice
Roberto Sánchez
2013-12-19
cc3f9054f478d9698e240bfb644d0d9de9a37c85
[common/securis.git]
/
securis
/
src
/
main
/
resources
/
static
/
login.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>CurisTEC License server</title>
</head>
<body>
<h1>LOGIN example !!!</h1>
<form action="/login" method="POST">
<label>User:</label><input type="text" name="user" id="user">
<br/>
<label>Password:</label><input type="text" name="password" id="password">
<button type="submit">Login</button>
</form>
</body>
</html>