-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (54 loc) · 1.96 KB
/
index.html
File metadata and controls
89 lines (54 loc) · 1.96 KB
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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>xfuncoding</title>
<link rel="shortcut icon" href="http://xfuncoding.github.io//favicon.ico?v=1606201648482">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="http://xfuncoding.github.io//styles/main.css">
<link rel="alternate" type="application/atom+xml" title="xfuncoding - Atom Feed" href="http://xfuncoding.github.io//atom.xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700">
<meta name="description" content="技术实践之路" />
</head>
<body>
<div class="main">
<div class="main-content">
<div class="site-header">
<a href="http://xfuncoding.github.io/">
<img class="avatar" src="http://xfuncoding.github.io//images/avatar.png?v=1606201648482" alt="">
</a>
<h1 class="site-title">
xfuncoding
</h1>
<p class="site-description">
技术实践之路
</p>
<div class="menu-container">
<a href="/" class="menu">
首页
</a>
</div>
<div class="social-container">
</div>
</div>
<div class="archives-container">
<h2 class="year">2020</h2>
<a href="http://xfuncoding.github.io/post/zai-laravel-zhong-shi-yong-yar/" class="post">
<h2 class="post-title">
在Laravel中使用Yar
</h2>
<div class="time">2020-04-28</div>
</a>
</div>
<div class="pagination-container">
</div>
<div class="site-footer">
Powered by <a href="https://github.com/xfuncoding/" target="_blank">Gridea</a>
<a class="rss" href="http://xfuncoding.github.io//atom.xml" target="_blank">
<i class="ri-rss-line"></i> RSS
</a>
</div>
</div>
</div>
</body>
</html>