-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>1nonly's home</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<link rel="shortcut icon" type="image/ico" href="source/img/logo.png">
<link rel="stylesheet" type="text/css" href="source/css/mystyle.css">
</head>
<body>
<div class="mask-window" id="bg">
<div class="wrap">
<div class="mask"></div>
<img class="logo" src="source/img/profile.jpg">
</img>
<p class="content">
life is fucking tired.
</p>
<a href="https://blog.nonly.cn">
<div class="btn" title="join the blog">1nonly's blog</div>
</a>
<br>
<br>
<div align="center">
<a href="https://blog.nonly.cn/"><img src="https://img.shields.io/badge/Blog-博客-blue"></a> 
<a href="https://space.bilibili.com/205067167"><img src="https://img.shields.io/badge/Bilibili-B%E7%AB%99-ff69b4"></a> 
<a href="mailto:[email protected]"><img src="https://img.shields.io/badge/Email-邮箱-blue"></a> 
</div>
</div>
</div>
</body>
</html>