diff options
Diffstat (limited to 'tpls/home.html')
| -rw-r--r-- | tpls/home.html | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/tpls/home.html b/tpls/home.html index fdfa40f..61b5678 100644 --- a/tpls/home.html +++ b/tpls/home.html @@ -33,5 +33,13 @@  			<p><strong>NOTE:</strong> Keep in mind that this service does <em>not</em> use encryption. So please, don't share sensible data that might get you into trouble, there are much better tools for that (XMPP+OTR or GPG, for example).</p>  		</div>  	</section> +	 +	<section> +		<h2>Open source</h2> +		 +		<div class="content"> +			<p>simplechat is open source. Go get the sources on <a href="http://github.com/kch42/simplechat">GitHub</a>!</p> +		</div> +	</section>  </body>  </html> | 
