blob: 543142f2edc37eeca853ed8c17e2e0fe97ccf65a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!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$
<link type="text/css" href="/css/jquery.jscrollpane.css" rel="stylesheet" media="all" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="/js/jquery.jscrollpane.min.js"></script>
<script type="text/javascript" src="/js/code_scrollbar.js"></script>
</head>
<body>
<a class="link-header" href="/"><div class="outer"style="width:100%" ><pre class="title-header"><code>
████ ██ ██ ██ ██ ████
░░░░ ░░██ ██ ██ ██ ██ ░░██ ██ ░░░░
░░██ ██ ░░██ ░░██ ██ ░░██ ██
░░██ ░██ ░░ ░░ ██ ░██ ██
░░██ ░██ ██ ░██ ██
░░██ ░░██ ██ ██ ██
░░██ █████ ░░██ ███ ██ █████ ██
░░ ░░░░░ ░░ ░░░ ░░ ░░░░░ ░░
</code></pre></div></a>
<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="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>
<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>
|