-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (48 loc) · 1.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
<html lang="cn">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>欢迎来到我的主页!</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="header">
<h3>我的主页</h3>
<h1>欢迎访问我的Cloudflare Pages项目!</h1>
<p>
这个网站是一个我的个人链接合集,主要用来放置一些个人链接。<br />
你可以通过下方的任意一个联系方式来联系我。
</p>
<p>链接:</p>
<section class="options">
<img src="assets/mastodon.svg" />
<a
rel="me" href="https://mastodon.social/@mikejohnnyming"
target="_blank"
> Mastodon</a
>
<img src="assets/bilibili.svg" />
<a
href="https://space.bilibili.com/1403269178"
target="_blank"
> Bilibili</a
>
</section>
</div>
<section class="learn-more">
<a
href="mailto:[email protected]"
>
<button>发送电子邮件</button>
</a>
</section>
<div class="logo">
<a href="https://pages.cloudflare.com/" target="_blank">
<img src="assets/cloudflare-pages.svg"
/></a>
</div>
</div>
</body>
</html>