-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (28 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<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>Document</title>
</head>
<body>
<div style="display: flex;flex-direction: column;">
<div><img src="main.jpg" style="width: 100%;height: 100%;" />
<span style="position: absolute;top: 5%;right: 5%;">
<img src="https://visitor-badge.laobi.icu/badge?page_id=mfy2000.mfy2000" style="z-index: 999;width: 120%;" />
</span>
</div>
<div style="display: inherit;justify-content: center;">
<img src="https://github-readme-streak-stats.herokuapp.com?user=Mfy2000&theme=ayu-light" />
</div>
<div style="display: inherit;justify-content: center;">
<span>
<img src="https://github-readme-stats.vercel.app/api/?username=mfy2000&&theme=ayu-light" style="padding-right: 5%;" /></span><span><img src="https://github-readme-stats.vercel.app/api/top-langs/?username=mfy2000&layout=compact&theme=ayu-light" style="height: 100%;" />
</span>
</div>
<div>
</div>
</div>
</body>
</html>