-
Notifications
You must be signed in to change notification settings - Fork 5
/
list.html
executable file
·73 lines (70 loc) · 3.13 KB
/
list.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
<!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="大三创业拿到投资创办 ASMR 失败的程序员,有志改变世界,想成为 cool 的人,想让人生精彩一些而努力 ing ">
<meta name="keywords" content="梁同桌,梁同桌的博客,ltz,vscode-china,vscode,liangtongzhuo,tongrenyinsheng">
<title>梁同桌的博客</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/list.css">
<link rel="apple-touch-icon-precomposed" href="./icon.png">
<link rel="shortcut icon" href="./icon.png">
<link rel="icon" sizes="192x192" href="./icon.png">
</head>
<body>
<!-- Vue 作者尤雨溪写的折线图 -->
<canvas style="position: absolute;width: 100%;height: 90%;"></canvas>
<!-- 大盒子 -->
<div class="layout">
<!-- head -->
<header>
<h1 id='title' >梁同桌的博客</h1>
<a class="sub-title" href="./atricle.html?5b5bef999f5454003502b539">About me</a>
<!-- <a class="sub-title" href="./projects.html">I have done projects</a> -->
</header>
<!-- /head -->
<!-- content -->
<div class="content" 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>
<!-- /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 -->
<a style="text-decoration: none;" href="http://www.miitbeian.gov.cn/">备案号:豫ICP备16015486号</a>
</div>
<!-- /大盒子 -->
<!-- 浮动的按钮与标签 -->
<div class="layoutfixed">
<div class="layout">
<h1 id="tag"></h1>
<div id="btn">
标签
</div>
</div>
</div>
<!-- /浮动的按钮与标签 -->
<script src="lib/av.js"></script>
<script src="js/config.js"></script>
<script src="js/list.js"></script>
<script src="js/animation.js"></script>
</body>
</html>