diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000..b5d5f0c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b20cbb8 --- /dev/null +++ b/index.html @@ -0,0 +1,36 @@ + + +
+Cryptodog is a community-developed fork of the original Cryptocat browser extension, which was discontinued in February 2016.
+ +Cryptodog is experimental software. Do not use Cryptodog if you have a critical need for secure messaging. Instead, use Signal.
+ +The recommended way to run Cryptodog is via our Chrome and Firefox extensions. Using our browser extension ensures you always have the official, most recent version.
+ +If you just want to test out Cryptodog, we have a client hosted on GitHub Pages.
+ +Bug reports are welcome! If you find a bug in Cryptodog, please open an issue on GitHub.
+ +If you believe the issue has a security impact, we would appreciate coordinated disclosure. Please email us at security@crypto.dog.
+ +Cryptodog is experimental software. It is suitable for educational and casual purposes only.
+ +Do not use Cryptodog if you have a critical need for anonymity and privacy. This includes journalists, sources, activists, and citizens of oppressive countries.
+ +Cryptodog is based on version 2.2.2 of Cryptocat. The vast majority of changes are UI-related; neither the client cryptography nor server backend have been modified. However, this does not preclude Cryptodog from introducing vulnerabilities not present in Cryptocat.
+ +For further details regarding Cryptodog's security model, see the Cryptocat Wiki.
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..231ad5d --- /dev/null +++ b/style.css @@ -0,0 +1,36 @@ +body { + background-color: #EEEEEE; + margin: 40px auto; + max-width: 65%; + line-height: 1.6; + font-size: 17px; + color: #444; + padding: 0 10px; + font-family: sans-serif; + text-rendering: optimizeLegibility; +} + +h1, h2, h3 { + line-height: 1.2; +} + +a { + text-decoration: none; +} + +.indent { + text-indent: 1em; +} + +#header { + font-size: 30px; +} + +#header a { + color: #444 +} + +#header img { + vertical-align: middle; +} +