Added pretty footer message.

This commit is contained in:
ultra
2012-05-01 22:12:38 -04:00
parent a611a7e9b9
commit 7df8f5d21d
2 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,11 @@
display: none;
}
#footer {
text-align: center;
opacity: 0.5;
}
.middle {
vertical-align: middle;
}

View File

@@ -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>