diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-11-15 08:08:15 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-11-15 08:08:15 -0500 |
| commit | f86df427332ce4a836ee090e90e962600391bd6a (patch) | |
| tree | c80df5b5a98f01bd9037bd474d01fe4583eb75cb | |
| parent | 6c6287ce5def72aa525fdd324e0fa1d9f9b75821 (diff) | |
| parent | 366d4fb6686f47249c43ba2dccd3b374ba5f4052 (diff) | |
Merge branch 'master' of github.com:LukeSmithxyz/landchad
| -rw-r--r-- | nginx.html | 2 | ||||
| -rw-r--r-- | openalias.html | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -48,7 +48,7 @@ </p> </aside> - <h2>Installing the Webserver: Ngninx</h2> + <h2>Installing the Webserver: Nginx</h2> <p> If the program runs without an error, <code>ssh</code> has now logged you into your server. diff --git a/openalias.html b/openalias.html index 3202efa..b78bdfd 100644 --- a/openalias.html +++ b/openalias.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang=en> <head> - <title>Open Alias – LandChad.net</title> + <title>OpenAlias – LandChad.net</title> <meta charset="utf-8"/> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel='stylesheet' type='text/css' href='style.css'> @@ -9,7 +9,7 @@ <link rel='alternate' type='application/rss+xml' title='Land Chad RSS' href='/rss.xml'> </head> <body> - <header><h1>Open Alias</h1></header> + <header><h1>OpenAlias</h1></header> <nav></nav> <main> |
