commit 79450bbc91d8f1b30ed82954e6329b1debba4c9b Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Feb 14 10:21:32 2017 +0100
Add Tor's physical address to the contact section. --- website/web/WEB-INF/about.jsp | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/website/web/WEB-INF/about.jsp b/website/web/WEB-INF/about.jsp index b71135c..7a4d303 100644 --- a/website/web/WEB-INF/about.jsp +++ b/website/web/WEB-INF/about.jsp @@ -30,6 +30,11 @@ <div class="container"> <h2>Contact <a href="#contact" name="contact" class="anchor">#</a></h2> <p>If you have any questions or suggestions, contact us at <a href="mailto:metrics-team@lists.torproject.org">metrics-team@lists.torproject.org</a>, which is a <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/metrics-team" target="_blank">public mailing list</a>.</p> + + <p>Tor Metrics is a project of:</p> +<pre>The Tor Project, Inc. +217 1st Ave South #4903 +Seattle, WA 98194 USA</pre> </div>
<div class="container">