mod_perl article

This commit is contained in:
Rawley
2023-10-31 14:07:50 -06:00
parent 5e8bc67b76
commit cd5891e605
3 changed files with 154 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
'<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>rawley.xyz</title>
<meta charset="UTF-8">
<title>rawley.xyz</title>
<meta charset="UTF-8">
<meta name="description" value="Rawley Fowler's personal website, about Perl, Emacs and Software in General.">
</head>
<body style="margin: 0; padding: 0; background-color: rgb(254, 249, 232)">
<div style="margin: 48px; width: 530px;">
@@ -18,11 +19,14 @@
</p>
<h2>Sitemap</h2>
<ul>
<li>
<a href="/docker-mod-perl.html">Running Mojolicious with <code>mod_perl</code> in Docker</a>
</li>
<li>
<a href="/emacs.html">Emacs</a>
</li>
<li>
<a href="/become-an-engineer.html">The real software path.</a>
<a href="/become-an-engineer.html">The real software path</a>
</li>
</ul>
@@ -39,9 +43,9 @@
<a href="http://www.gnu.org/software/emacs">
<img src="gnu_emacs.png"/>
</a>
<a href="https://openbsd.org">
<img src="openbsd.gif" style="width: 120px; height 80px" />
</a>
<a href="https://openbsd.org">
<img src="openbsd.gif" style="width: 120px; height 80px" />
</a>
</div>
</div>
</body>