-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
93 lines (72 loc) · 3.03 KB
/
contact.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
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title>peijie's wiki</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="keywords" content=生活,思考,技术,博客>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=1.02">
<link rel="alternate" href="/atom.xml " title="peijie's wiki" type="application/atom+xml">
<link rel="stylesheet" href="/css/style.css">
<link
rel="stylesheet"
href="https://unpkg.com/@waline/client@v2/dist/waline.css"
/>
<meta name="generator" content="Hexo 6.2.0"></head>
<body>
<div class="container">
<header class="header">
<div class="blog-title">
<a href="/" class="logo">peijie's wiki</a>
<div class="subtitle"></div>
</div>
<nav class="navbar">
<ul class="menu">
<li class="menu-item">
<a href="/" class="menu-item-link">Home</a>
</li>
<li class="menu-item">
<a href="/contact" class="menu-item-link">Contact</a>
</li>
<li class="menu-item">
<a target="_blank" rel="noopener" href="https://github.com/brannua" class="menu-item-link">GitHub</a>
</li>
<li class="menu-item">
<a target="_blank" rel="noopener" href="https://travellings.link" class="menu-item-link">Travelling</a>
</li>
<li class="menu-item">
<a target="_blank" rel="noopener" href="https://foreverblog.cn/go.html" class="menu-item-link">WormHole</a>
</li>
<li class="menu-item">
<a href="/atom.xml" class="menu-item-link">RSS</a>
</li>
</ul>
</nav>
</header>
<div class="page">
<div class="page-title">
<h1 class="article-title"></h1>
</div>
<div class="page-content">
<p>你好呀~</p>
<p>我是 lpj,一名遵纪守法的中国公民,家在河南的一个小县城</p>
<p>这个小站属性偏向私人,它历经风雨百折不挠地扛到了现在(surprise !)</p>
<p>我会在这里持续输出一些文字,保存自己的所见所思和所悟,希望自己不忘初心持续前进 !</p>
<p>2021 年夏天我从 <a target="_blank" rel="noopener" href="http://www.neau.edu.cn/">neau</a> 的 cs 专业毕业啦 !</p>
<p>目前我会在业余时间抱着初学者的心态学习计算机相关的基础知识,期望有朝一日成为魔法师般的野生 programmer !</p>
<p>如果你有任何问题想要与我取得联系,欢迎给我发邮件~</p>
<p>E-mail:<a href="mailto:lpj8866@gmail.com">lpj8866@gmail.com</a></p>
</div>
</div>
<footer>
© 2024
<span class="author">
lpj
</span>
</footer>
</div>
</body>
</html>