diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-19 20:02:03 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-19 20:02:03 -0500 |
| commit | 08cd57abb290db1caeb65c0707e8e13a08749428 (patch) | |
| tree | 481371743e56e10e1d3c61a4395842197d5dfa02 /articles/index.html | |
| parent | d43433b00c856d7808fe29a2bb245ff7f9435a73 (diff) | |
Raspberry Pi Webserver Article
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> |
