-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (54 loc) · 2.45 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=11" id="mixia_vpid">
<title>冷夜的个人网站</title>
<link rel="icon" href="http://lengye.x3322.net/ly.jpg">
<link rel="shortcut icon" href="http://lengye.x3322.net/ly.jpg">
<link rel="stylesheet" href="http://lengye.x3322.net/css/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://lengye.x3322.net/css/main.css">
</head>
<body>
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="http://lengye.x3322.net" title="冷夜的个人网站"><img src="http://lengye.x3322.net/ly.jpg" width="150" alt="LOGO" class="panel-cover__logo logo"></a>
<h1 class="panel-cover__title panel-title"><a href="http://lengye.x3322.net" title="冷夜">冷夜</a></h1>
<span class="panel-cover__subtitle panel-subtitle"><script>hitokoto()</script>
<hr class="panel-cover__divider">
<p class="panel-cover__description">欢迎来到我的主页 冷夜的个人网站</p>
<hr class="panel-cover__divider">
<p class="panel-cover__description">以下是我个人开发的一些项目</p>
<p class="footer">Copyright © 2024 <a href="http://lengye.x3322.net" target="_blank">冷夜</a> All Rights Reserved.</p>
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="http://lengye.x3322.net/xxl.html" title="开心消消乐">开心消消乐</a></li>
</ul>
<ul class="navigation">
<li class="navigation__item"><a href="./lygrxmxz.html" title="安卓分享App">安卓分享App(已停更)</a></li>
</ul>
</nav>
<div>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<!-- Email -->
联系我:邮箱:
<li class="navigation__item">
<a href="mailto:[email protected]" title="发邮件给我">
<i class="social fa fa-envelope"></i>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="panel-cover--overlay cover-slate"></div>
</div>
</header>
<script type="text/javascript" src="http://lengye.x3322.net/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="http://lengye.x3322.net/js/main.js"></script>
</body>
</html>