-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (87 loc) · 3.18 KB
/
index.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
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<title>blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="blog">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="blog">
<meta property="og:locale" content="default">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="blog">
<link rel="alternate" href="/atom.xml" title="blog" type="application/atom+xml">
<link rel="icon" href="/favicon.png">
<link href="https://cdn.bootcss.com/animate.css/3.7.2/animate.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.bootcss.com/twitter-bootstrap/3.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="/common/fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/libs/aplayer/APlayer.min.css">
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="/libs/highlight/highlight.pack.js"></script>
<script src="/libs/aplayer/APlayer.min.js"></script>
<script src="/js/script.js"></script>
<script>
$(function () {
hljs.initHighlightingOnLoad();
const ap8 = new APlayer({
element: document.getElementById('player_box'),
mutex: false,
theme: '#01e5ff',
order: 'random',
lrcType: 3,
fixed: true,
});
$.ajax({
url: 'https://api.i-meto.com/meting/api?server=netease&type=playlist&id=35798529',
success: function (list) {
ap8.list.add(JSON.parse(list));
}
});
})
</script>
</head></html>
<body>
<div class="nav">
<button class="navbar" id="main-nav-toggle">
<span class="fa fa-navicon"></span>
</button>
<ul class="list clearfix">
<li class="item"><a href="/">Home</a></li>
<li class="item"><a href="/archives">Archives</a></li>
<li class="item"><a href="/about">About</a></li>
<li class="item"><a href="/tagcloud">Tagcloud</a></li>
</ul></div>
<!-- 背景 -->
<div class="home-bg"></div>
<!-- 内容 -->
<div class="content-wrap">
<h1 class="date animated bounceInDown">Thu Jul 04 2019 16:11:24 </h1>
<div class="hot-review container" id="hot_review"></div>
</div>
<div id="mobile-nav" class="mobile-nav">
<div class="avatar-wrap">
<div class="avatar">
<img width="60" src="https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=2571275722,2792732303&fm=26&gp=0.jpg" alt>
</div>
<span class="name">旧人阡陌</span>
</div>
<ul class="menu">
<li class="menu-item">
<a href="/" class="mobile-nav-link">Home</a>
</li>
<li class="menu-item">
<a href="/archives" class="mobile-nav-link">Archives</a>
</li>
<li class="menu-item">
<a href="/about" class="mobile-nav-link">About</a>
</li>
<li class="menu-item">
<a href="/tagcloud" class="mobile-nav-link">Tagcloud</a>
</li>
</ul>
</div>
<div class="shape" id="navShape"></div>
</body>
</html>