summaryrefslogtreecommitdiff
path: root/articles/index.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2023-05-03 13:13:47 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2023-05-03 13:13:47 -0400
commit97a8370caea2fae4a0a67165036aae2dc2d05900 (patch)
treeeb3c80ce24a66d342e3ba4143e88d6893a5f49b2 /articles/index.html
parent79352a7fe3a64021b8c39db2a78a22cdd58abb1e (diff)
Rewrite of the website in Flask
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/articles/index.html b/articles/index.html
deleted file mode 100644
index 3d1abc7..0000000
--- a/articles/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <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://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>