diff options
| -rw-r--r-- | website/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index d9503f5bc..b4c41f7a7 100644 --- a/website/index.html +++ b/website/index.html @@ -22,6 +22,7 @@ <a href="#network">Network</a> <a href="#miners">Miners</a> <a href="explorer/">Explorer</a> + <a href="https://code.monzero.org/" rel="noopener">Source</a> <a href="#about">About</a> <a href="#mine">Mine</a> <a href="#faq">FAQ</a> @@ -201,7 +202,7 @@ <footer> <a class="brand" href="#top"><span class="brand-mark">MZ</span><span>MONZERO</span></a> <p>Experimental software. Verify everything.</p> - <p>© <span id="year"></span> Monzero contributors · <a href="https://monzero.org">monzero.org</a></p> + <p>© <span id="year"></span> Monzero contributors · <a href="https://monzero.org">monzero.org</a> · <a href="https://code.monzero.org/" rel="noopener">Source code</a></p> </footer> <div class="toast" role="status" aria-live="polite">Copied to clipboard</div> |
