articles/static/index.html
2025-08-06 18:18:21 +02:00

29 lines
677 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Reimar's articles</title>
<link rel="canonical" href="https://articles.reim.ar/index.html" />
<link rel="stylesheet" href="assets/style.css" />
<link rel="alternate" href="atom.xml" type="application/atom+xml" />
</head>
<body>
<h1>Reimar's articles</h1>
<p>This is where I publish my writings.</p>
<br />
<ul>
<li>
<time>2025-08-02</time> &mdash; <a href="upgrade-insecure-requests.html">Handling the Upgrade-Insecure-Requests header in nginx</a>
</li>
</ul>
<br />
<a href="atom.xml">Atom feed</a>
</body>
</html>