change project homepage link in templates

pull/17/head
El RIDO 9 years ago
parent 411419d597
commit 3edeefd799

@ -136,7 +136,7 @@
<p id="aboutbox" class="col-md-8 col-xs-12">
ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data.<br />
Data is encrypted/decrypted <em>in the browser</em> using 256 bits AES.<br />
More information on the <a href="http://sebsauvage.net/wiki/doku.php?id=php:zerobin" target="_blank">project page</a>.
More information on the <a href="https://github.com/elrido/ZeroBin/wiki" target="_blank">project page</a>.
</p>
</div>
</footer>

@ -23,7 +23,7 @@
<div id="aboutbox">
ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data.
Data is encrypted/decrypted <i>in the browser</i> using 256 bits AES.
More information on the <a href="http://sebsauvage.net/wiki/doku.php?id=php:zerobin">project page</a>.<br />{if="strlen($NOTICE)"}
More information on the <a href="https://github.com/elrido/ZeroBin/wiki">project page</a>.<br />{if="strlen($NOTICE)"}
<span class="blink"></span> {$NOTICE}{/if}
</div>
<h1 title="ZeroBin" onclick="window.location.href=scriptLocation();return false;">ZeroBin</h1><br />

Loading…
Cancel
Save