summaryrefslogtreecommitdiff
path: root/standalone.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-11-15 08:08:01 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-11-15 08:08:01 -0500
commit6c6287ce5def72aa525fdd324e0fa1d9f9b75821 (patch)
tree5d46339584db0756d216dc0b2ef2971bd5d4d655 /standalone.html
parent6639df10e303e782a48d5e6e718ec118cb8ad0c4 (diff)
crypto donation links changed to standalone pages
Diffstat (limited to 'standalone.html')
-rw-r--r--standalone.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone.html b/standalone.html
index 2336b2f..c9204d8 100644
--- a/standalone.html
+++ b/standalone.html
@@ -27,6 +27,6 @@ systemctl start nginx</code></pre>
<p>The reason we deactivate Nginx is that it uses the ports that Certbot will want to bind to, and thus we must temporarily turn Nginx off to let Certbot use those ports. (What it actually does is spin up a dummy webserver that doesn't need to think about the Nginx configuration.)</p>
<p>This is just a little note of something that might confuse people, but the three commands above should suffice. If your site is still managed by Nginx, it should still be able to renew with simple <code>certbot renew --nginx</code> without a problem.</p>
</main>
- <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer>
+ <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="donate-bitcoin.html"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="donate-monero.html"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer>
</body>
</html>