21 lines
484 B
HTML
21 lines
484 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">
|
|
</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>
|
|
</body>
|
|
</html>
|
|
|