diff options
Diffstat (limited to 'articles/index.html')
| -rw-r--r-- | articles/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/articles/index.html b/articles/index.html new file mode 100644 index 0000000..99834bf --- /dev/null +++ b/articles/index.html @@ -0,0 +1,24 @@ +<html> + <head> + <title>Jacob McDonnell</title> + <link href="../CSS/main.css" rel="stylesheet" type="text/css"> + <link href="favicon.ico" rel="icon" sizes="any"> + </head> + <body> + <ul class="topBar"> + <li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li> + <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li> + <li class="topLink"><a href="https://jacobmcdonnell.com/#projects">projects</a></li> + <li class="topLink"><a href="https://jacobmcdonnell.com/#about">about</a></li> + <li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li> + </ul> + <div class="main"> + <div class="article"> + <a href="RpiRockyLinuxServer"> + <h2>Hosting a Website on the Raspberry Pi with Rocky Linux</h2> + <p>2/19/22<br>A tutorial on setting up a webserver on a Raspberry Pi with Rocky Linux 8</p> + </a> + </div> + </div> + </body> +</html> |
