28 lines
607 B
HTML
28 lines
607 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Reimar's articles</title>
|
|
<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> — <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>
|
|
|