summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/index_template.html
Unidiff
Diffstat (limited to 'frontend/gamma/html/index_template.html') (more/less context) (show whitespace changes)
-rw-r--r--frontend/gamma/html/index_template.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/gamma/html/index_template.html b/frontend/gamma/html/index_template.html
index 699e0e9..ba7c311 100644
--- a/frontend/gamma/html/index_template.html
+++ b/frontend/gamma/html/index_template.html
@@ -1,42 +1,43 @@
1<html> 1<html>
2<head> 2<head>
3 <title>@page.title@</title> 3 <title>@page.title@</title>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5<!-- 5<!--
6@copyright@ 6@copyright@
7--> 7-->
8 8
9@css@ 9@css@
10 10
11 <link rel="shortcut icon" href="./clipperz.ico" /> 11 <link rel="shortcut icon" href="./clipperz.ico" />
12 12
13 <meta name="description" content="Login to your web accounts with just one click. Never type a password again! Use multiple complex passwords and forget them. A password manager that enhances your online security." /> 13 <meta name="description" content="Login to your web accounts with just one click. Never type a password again! Use multiple complex passwords and forget them. A password manager that enhances your online security." />
14 <meta name="keywords" content="password manager,gestor de contraseñas,gerenciador de senhas,Kennwortmanager,passwords,security,privacy,cryptography" /> 14 <meta name="keywords" content="password manager,gestor de contraseñas,gerenciador de senhas,Kennwortmanager,passwords,security,privacy,cryptography" />
15<script> 15<script>
16 Clipperz_IEisBroken = false; 16 Clipperz_IEisBroken = false;
17 Clipperz_normalizedNewLine = '\n'; 17 Clipperz_normalizedNewLine = '\n';
18 Clipperz_dumpUrl = "/../dump/"; 18 Clipperz_dumpUrl = "/../dump/";
19 Clipperz_version = "@application.version@";
19 "use strict"; 20 "use strict";
20</script> 21</script>
21 22
22<!--[if IE]><script> 23<!--[if IE]><script>
23Clipperz_IEisBroken = true; 24Clipperz_IEisBroken = true;
24Clipperz_normalizedNewLine = '\x0d\x0a'; 25Clipperz_normalizedNewLine = '\x0d\x0a';
25</script><![endif]--> 26</script><![endif]-->
26 27
27@js_LINKED@ 28@js_LINKED@
28 29
29</head> 30</head>
30<body> 31<body>
31<div id="mainDiv"> 32<div id="mainDiv">
32 <div id="loading"> 33 <div id="loading">
33 <div> 34 <div>
34 <!-- a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a --> 35 <!-- a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a -->
35 <h1>clipperz</h1> 36 <h1>clipperz</h1>
36 <h3 class="clipperzPayoff">keep it to yourself!</h3> 37 <h3 class="clipperzPayoff">keep it to yourself!</h3>
37 <!-- h5>loading ...</h5 --> 38 <!-- h5>loading ...</h5 -->
38 </div> 39 </div>
39 </div> 40 </div>
40 41
41@js_EMBEDDED@ 42@js_EMBEDDED@
42 43