diff options
| author | tfasano1 <tfasano1@binghamton.edu> | 2021-06-30 22:13:37 -0400 |
|---|---|---|
| committer | tfasano1 <tfasano1@binghamton.edu> | 2021-06-30 22:13:37 -0400 |
| commit | 08014695c87d4caf94a002cabfa22c0e800663dc (patch) | |
| tree | 4ee652cd4c5a9d2e5f41af019d6b3361787c5ee9 | |
| parent | a987b7755199689beaba3ea02ce949239e4b6d34 (diff) | |
fixes
| -rw-r--r-- | auth.html | 11 | ||||
| -rw-r--r-- | index.html | 2 |
2 files changed, 1 insertions, 12 deletions
@@ -112,19 +112,8 @@ <p>Reload nginx and you're good to go!</p> - - - - - - - - - - <strong>Contributor</strong> - <a href="https://tomfasano.xyz" target="_blank">tomfasano.xyz</a> - </main> <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><li><a href="index.html"><img src="pix/chad.gif" alt="chad"></a></li><li><a href="rss.xml"><img src="pix/rss.svg" alt="RSS"></a></li><li><a href="pix/btc.png"><img src="pix/btc.svg" alt="BTC"></a></li><li><a href="pix/xmr.png"><img src="pix/xmr.svg" alt="XMR"></a></li><li><a href="https://github.com/lukesmithxyz/landchad"><img src="pix/git.svg" alt="Github"></a></footer> </body> @@ -51,7 +51,7 @@ <li><a href="sshkeys.html">Use your SSH keys to prevent hacking.</a></li> <li><a href="cron.html">Schedule tasks with Crontabs/Cronjobs.</a></li> <li><a href="tor.html">Mirror your site on <img src="pix/tor.svg">Tor.</a></li> - <li><a href="auth.html">Control Access with HTTP Basic Authentication.</a></li> + <li><a href="auth.html">Access Control with HTTP Basic Authentication.</a></li> </ul> <h3 id=platform>"Build your own platform!"</h3> |
