diff --git a/contrib/static/clearnet.png b/contrib/static/clearnet.png new file mode 100644 index 0000000..6b1f8d9 Binary files /dev/null and b/contrib/static/clearnet.png differ diff --git a/contrib/static/i2p.png b/contrib/static/i2p.png new file mode 100644 index 0000000..201e395 Binary files /dev/null and b/contrib/static/i2p.png differ diff --git a/contrib/static/site.css b/contrib/static/site.css index b08c09f..a193265 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -108,6 +108,17 @@ th { padding-right: 15px; } +#captcha_img { + background: #d3d3d3; +} + +input, textarea { + color: whitesmoke; + background: #2d2d2d; + border-color: #4D28CA; + border-radius: 3px; +} + html { color: #ededed; background: #262230; diff --git a/contrib/static/tor.png b/contrib/static/tor.png new file mode 100644 index 0000000..72922f4 Binary files /dev/null and b/contrib/static/tor.png differ diff --git a/contrib/templates/default/post.mustache b/contrib/templates/default/post.mustache index 5148059..8bfd528 100644 --- a/contrib/templates/default/post.mustache +++ b/contrib/templates/default/post.mustache @@ -1,9 +1,20 @@ -
+

post failed: {{reason}}

diff --git a/contrib/templates/default/post_success.mustache b/contrib/templates/default/post_success.mustache index 8ea0136..c55c6b1 100644 --- a/contrib/templates/default/post_success.mustache +++ b/contrib/templates/default/post_success.mustache @@ -5,6 +5,8 @@ - message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash ) }} + +
posted as {{message_id}}