summaryrefslogtreecommitdiff
path: root/frontend/beta/staticResources/clipperz_directLogin.html
Unidiff
Diffstat (limited to 'frontend/beta/staticResources/clipperz_directLogin.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/staticResources/clipperz_directLogin.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/frontend/beta/staticResources/clipperz_directLogin.html b/frontend/beta/staticResources/clipperz_directLogin.html
new file mode 100644
index 0000000..fec12f2
--- a/dev/null
+++ b/frontend/beta/staticResources/clipperz_directLogin.html
@@ -0,0 +1,37 @@
1<!--
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24-->
25
26<html>
27<head>
28 <title>Clipperz DirectLogin</title>
29</head>
30<body>
31 <form method="POST" action="./index_debug.html#formPost_secondtry">
32 <input type='text' name='username' value='joe' />
33 <input type='password' name='passphrase' value='clipperz' />
34 <input type='submit' name='login' value='login' />
35 </form>
36
37</body> \ No newline at end of file