Added pretty footer message.
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
#footer {
|
||||
text-align: center;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.middle {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@@ -339,5 +339,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer id="footer">
|
||||
Powered by CryptoPad - AGPL - <a href="https://gitorious.org/cryptopad">Source</a><br />
|
||||
Secured using <a href="http://crypto.stanford.edu/sjcl/">SJCL</a> with AES-256 in CCM mode and PBKDF2 using SHA256 with 2000 iterations
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user