change project homepage link in templates
This commit is contained in:
parent
411419d597
commit
3edeefd799
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue