-
Notifications
You must be signed in to change notification settings - Fork 5
/
atricle.html
59 lines (56 loc) · 2.4 KB
/
atricle.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="梁同桌的博客">
<meta name="description" content="梁同桌的博客,在这里我会分享我个人心得,以及我在编程方面的知识,与大家共同成长。">
<meta name="keywords" content="梁同桌,梁同桌的博客,ltz,vscode-china,vscode,liangtongzhuo,tongrenyinsheng">
<title>梁同桌的博客</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/atricle.css">
<!-- 代码高亮-->
<link rel="stylesheet" href="css/ltz_code.css">
</head>
<body>
<!-- 大盒子 -->
<div class="layout">
<header>
<h1 id="title"></h1>
<h1 id="tag"></h1>
</header>
<!-- /head -->
<!-- content -->
<div id="content">
<!-- loading -->
<div class="loading">
<div class="circle">
<svg class="circular" viewBox="25 25 50 50">
<circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10" />
</svg>
</div>
</div>
<!-- /loading -->
</div>
<div id="time">
</div>
<!-- /content -->
<!-- footer -->
<footer>
<a style="text-decoration: none;" href="./index.html">梁同桌的首页</a> /
<a style="text-decoration: none;" href="https://github.com/liangtongzhuo">GitHub基地</a> /
<a style="text-decoration: none;" href="http://www.jianshu.com/u/b9e84b0af9c5">简书日常技术</a> /
<a style="text-decoration: none;" href="http://space.bilibili.com/3591966/">bilibili空间</a> /
<a style="text-decoration: none;" href="https://www.zhihu.com/people/liangtongzhuo/activities">知乎文章</a> /
<a style="text-decoration: none;" href="http://weibo.com/tongrenyinsheng">微博</a>
</footer>
<!-- /footer -->
</div>
<script src="lib/av.js"></script>
<script src="lib/marked.js"></script>
<script src="lib/highlight.js"></script>
<script src="js/config.js"></script>
<script src="js/atricle.js"></script>
</body>
</html>