diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 20:55:12 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 20:55:12 -0600 |
commit | 21205efd91e474e2d8d6ab933d0fc10ec362fc47 (patch) | |
tree | 54b876d7bf04cfa4f3aae51de5ba8e3895876914 | |
parent | 5d09f2691c6ec8235b39238cd23146f0e73d8301 (diff) |
Fixed some errors
-rw-r--r-- | graveyard.html | 2 | ||||
-rw-r--r-- | linuxRoom.html | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graveyard.html b/graveyard.html index af52c5e..53ab6ee 100644 --- a/graveyard.html +++ b/graveyard.html @@ -53,7 +53,7 @@ table { </tr> <tr> <td> - <h2><a href="index.html">Back to main page<a></h2> + <h2><a href="index.html">Back to main page</a></h2> </td> </tr> </table> diff --git a/linuxRoom.html b/linuxRoom.html index 7e4e749..be1056a 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -57,7 +57,7 @@ table { <tr> <td> - <h2><a href="index.html">Back to main page<a></h2> + <h2><a href="index.html">Back to main page</a></h2> </td> </tr> </table> @@ -317,14 +317,14 @@ table { zsh has lots of cool things like vi keys and is somewhat compatable with bash to.<br/><br/> For my zsh config to work you need powerline and nerd fonts which can be installed with: - <ul> - <li><code>sudo dnf install powerline</code></li> - <li> - Download a nerd font from the <a href="https://www.nerdfonts.com/font-downloads" target="_blank">nerd fonts site</a>. - Personal I use hack font and configured neovim with it. - </li> - </ul> </p> + <ul> + <li><code>sudo dnf install powerline</code></li> + <li> + Download a nerd font from the <a href="https://www.nerdfonts.com/font-downloads" target="_blank">nerd fonts site</a>. + Personal I use hack font and configured neovim with it. + </li> + </ul> </td> </tr> |