summaryrefslogtreecommitdiff
path: root/articles/index.html
blob: 7f97bd93cf466c574d4e970b64354ea2c15bd6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<title>Jacob McDonnell</title>
		<meta name="description" content="This is the page where I host my articles."/>
		<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/articles">articles</a></li>
			<li class="toplink"><a href="https://jacobmcdonnell.com/articles/rss.xml">rss feed</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>