XHTML spec

This commit is contained in:
ivan
2025-04-08 20:29:13 -05:00
parent 9c89369ab6
commit a3acb2ddca
2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Running mod_perl with Mojolicious in Docker</title>
<meta name="description" content="Running Apache mod_perl and Mojolicious in Docker" />
@@ -8,7 +9,7 @@
</head>
<body>
<div>
<a href="/">&lt;&lt; back</a>
<a href="/">&lt;&lt; Back</a>
<h1 id="running-mod_perl-with-mojolicious-in-docker">Running mod_perl with Mojolicious in Docker</h1>
<p>
I've been working under an old Apache <code>mod_perl</code> setup. I wanted to use Mojolicious for some new services,
@@ -16,7 +17,7 @@
Plack + Mojolicious configs, and finding an image, I hit the ground running and documented my steps.
</p>
<a href="http://perl.apache.org/">
<img src="mod_perl.gif" alt="mod_perl banner" />
<img src="/assets/mod_perl.gif" alt="mod_perl banner" />
</a>
<p>I love old banners :)</p>
<h3 id="generate-your-config">Generate your config</h3>