<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <meta name="generator" content="pandoc"/> <meta name="author" content="neodarz"/> $if(date)$ <meta name="date" content="$date$"/> $endif$ <title>$pagetitle$</title> <link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-152.png"/> <meta name="msapplication-TileColor" content="#FFFFFF"/> <meta name="msapplication-TileImage" content="/img/favicon-144.png"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="/css/normalize.min.css" media="all" rel="stylesheet" type="text/css"/> <link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/> $if(chinese_article)$ <link href="/css/theme-chinese-article.css" rel="stylesheet" type="text/css"/> $endif$ $if(highlighting-css)$ <link href="/css/highlight.css" media="all" rel="stylesheet" type="text/css"/> $endif$ $if(custom-css)$ <style type="text/css">$custom-css$</style> $endif$ </head> <body> <nav class="nav"> <a class="nav-title" href="/" title="Home"><!--blog title--></a> -- generate menu here -- <hr> <ul> <li><a href="/blog">blog</a></li> <li><a href="/notes">notes</a></li> <li><a href="https://shaarli.neodarz.net/">shaarli</a></li> <li><a href="https://git.neodarz.net">code</a></li> </ul> </nav> <div class="outer"style="width:100%" ><pre class="header"><code> ████ ██ ██ ██ ██ ████ ░░░░ ░░██ ██ ██ ██ ██ ░░██ ██ ░░░░ ░░██ ██ ░░██ ░░██ ██ ░░██ ██ ░░██ ░██ ░░ ░░ ██ ░██ ██ ░░██ ░██ ██ ░██ ██ ░░██ ░░██ ██ ██ ██ ░░██ █████ ░░██ ███ ██ █████ ██ ░░ ░░░░░ ░░ ░░░ ░░ ░░░░░ ░░ </code></pre></div> <div class="bodya"> <div style="width:100%"><div class="article"> <article class="content" id="content"> $if(title)$ <header class="article-header"> <h1 class="article-title">$title$</h1> $if(subtitle)$ <h1 class="article-subtitle">$subtitle$</h1> $endif$ <div class="article-metadata"> $if(author)$ <span class="article-author">$author$</span><br/> $endif$ $if(date_display)$ <time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date_display$</time> $endif$ $if(updated)$ <span class="lfooter"> <time class="updated" datetime="$updated$"><code>$updated$</code></time> </span> $endif$ </div> </header> $endif$ $body$ </article> </div> </div> <div class="footer">·.: CC-BY-SA || <a href="https://git.neodarz.net/neodarz/my_new_personal_website.git/about/" style="text-decoration: none;"><Source code> :.·</a></div> </body> </html>