53 lines
2 KiB
HTML
53 lines
2 KiB
HTML
|
|
||
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>
|
||
|
Robur's blog - Index
|
||
|
</title>
|
||
|
<meta name="description" content="The famous root of the website">
|
||
|
<link type="text/css" rel="stylesheet" href="./css/hl.css">
|
||
|
<link type="text/css" rel="stylesheet" href="./css/style.css">
|
||
|
<script src="./js/hl.js"></script>
|
||
|
<link rel="alternate" type="application/rss+xml" href="./feed.xml" title="blog.robur.coop">
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1>blog.robur.coop</h1>
|
||
|
<blockquote>
|
||
|
The <strong>Robur</strong> cooperative blog.
|
||
|
</blockquote>
|
||
|
</header>
|
||
|
<main><a class="small-button github" href="https://github.com/dinosaure">github/dinosaure</a>
|
||
|
<a class="small-button twitter" href="https://twitter.com/Dinoosaure">@Dinoosaure</a>
|
||
|
<a class="small-button rss" href="./feed.xml">RSS</a><p>The Robur blog.</p>
|
||
|
|
||
|
<h3>Essays and ramblings</h3>
|
||
|
|
||
|
<ol reversed class="list-articles"><li>
|
||
|
<div class="side">
|
||
|
<a href="https://reyn.ir/">
|
||
|
<img src="https://www.gravatar.com/avatar/54a15736b37879bc9708c1618a7cc130">
|
||
|
</a></div>
|
||
|
<div class="content">
|
||
|
<span class="date">2023-11-13</span>
|
||
|
<a href="articles/miragevpn.html">MirageVPN & tls-crypt-v2</a><br />
|
||
|
<p>How we implementated tls-crypt-v2 for miragevpn</p>
|
||
|
<div class="bottom">
|
||
|
<ul class="tags-list"><li><a href="/tags/ocaml.html">ocaml</a></li><li><a href="/tags/mirageos.html">mirageos</a></li><li><a href="/tags/vpn.html">vpn</a></li><li><a href="/tags/security.html">security</a></li></ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</li></ol>
|
||
|
|
||
|
</main>
|
||
|
<footer>
|
||
|
<a href="https://github.com/xhtmlboi/yocaml">Powered by <strong>YOCaml</strong></a>
|
||
|
<br />
|
||
|
</footer>
|
||
|
<script>hljs.highlightAll();</script>
|
||
|
</body>
|
||
|
</html>
|