-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.42 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
<!-- _ _ _ _ ___ ___ ___ _____ _ _____ ___ __ _ _____
| | | | | | | | / | / |/ | | ____| | | |_ _| / | | \ | | / ___|
| |_| | | | | | / /| | / /| /| | | |__ | | | | / /| | | \| | | |
| _ | | | | | / / | | / / |__/ | | | __| | | | | / / | | | |\ | | | _
| | | | | |_| | / / | | / / | | | |___ | | | | / / | | | | \ | | |_| |
|_| |_| \_____/ /_/ |_| /_/ |_| |_____| |_| |_| /_/ |_| |_| \_| \_____/ -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./index.css">
<title>Card</title>
</head>
<body>
<div class="card">
<div class="imgBx">
<img src="https://q1.qlogo.cn/g?b=qq&nk=1097681347&s=640">
</div>
<div class="content">
<div class="details">
<h2>第七图书馆<br><span>安卓、鸿蒙开发者,二次元</span></h2>
<div class="data">
<h3>7个<br><span>通过认证</span></h3>
<h3>MTProject<br><span>开源作品</span></h3>
<h3>MTCore<br><span>自制核心</span></h3>
</div>
<div class="actionBtn">
<a href="https://nyanon.online/">
<button>小说\博客</button>
</a>
<a href="https://shop592156260.taobao.com/?spm=a21ar.c-design.0.0.5e6ebdc5cIGiVJ#/">
<button>淘宝小店</button>
</a>
</div>
</div>
</div>
</div>
</body>
</html>