-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello-world.html
119 lines (101 loc) · 4.3 KB
/
hello-world.html
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=1">
<meta name="renderer" content="webkit">
<meta name="google" value="notranslate">
<meta name="robots" content="index,follow">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="泛海">
<meta name="twitter:description" content="知行合一">
<meta name="twitter:image:src" content="https://csnzf.github.io/images/avatar.png">
<meta property="og:url" content="https://csnzf.github.io">
<meta property="og:title" content="泛海">
<meta property="og:description" content="知行合一">
<meta property="og:site_name" content="泛海">
<meta property="og:image" content="https://csnzf.github.io/images/avatar.png">
<meta property="og:type" content="website">
<meta name="robots" content="noodp">
<meta itemprop="name" content="泛海">
<meta itemprop="description" content="知行合一">
<meta itemprop="image" content="https://csnzf.github.io/images/avatar.png">
<link rel="canonical" href="https://csnzf.github.io">
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-itouch-icon" href="/favicon.png">
<link rel="stylesheet" href="/bundle/index.css">
<script type="text/javascript">
var timeSinceLang = {
year: '年前',
month: '个月前',
day: '天前',
hour: '小时前',
minute: '分钟前',
second: '秒前'
};
var root = '';
</script>
<meta name="keywords" content="设计,写作,">
<meta name="description" content="Hello, world">
<meta name="author" content="LCC">
<title>Hello, world</title>
</head>
<body>
<article class="container">
<header class="header-wrap">
<a class="index" href="/">
<img class="logo" src="/images/avatar.png" />
泛海
</a>
<ul class="menu">
<li class="menu-item"><a href="/archive.html">归档</a></li>
<li class="menu-item"><a href="/tag.html">标签</a></li>
<li class="menu-item"><a href="/atom.xml">订阅</a></li>
</ul>
</header>
<article class="main article">
<h1 class="title">Hello, world</h1>
<section class="info">
<span class="avatar" style="background-image: url(/images/avatar.png);"></span>
<a class="name" href="/about.me.html">LCC</a>
<span class="date" data-time="1593527760"><span class="from"></span></span>
<span class="tags"><a class="tag" href="/tag/%e8%ae%be%e8%ae%a1/index.html">设计</a><a class="tag" href="/tag/%e5%86%99%e4%bd%9c/index.html">写作</a></span>
</section>
<article class="content"><h2>以阳明的诗开始</h2>
<pre><code class="language-泛海">险夷原不滞胸中,
何异浮云过太空?
夜静海涛三万里,
月明飞锡下天风。
</code></pre>
</article>
<section class="author">
<div class="avatar" style="background-image: url(/images/avatar.png);"></div>
<a class="name" href="/about.me.html">LCC</a>
<div class="intro">工程师</div>
</section>
<section class="recommend">
</section>
<section id="disqus_thread"></section>
<script type="text/javascript">
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//username.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</article>
</article>
<footer class="footer">
<span class="copyright">
泛海 ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</span>
<span class="publish">Powered by <a href="http://www.chole.io/" target="_blank">Ink</a></span>
</footer>
<script src="/bundle/index.js"></script>
</body>
</html>