-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (37 loc) · 966 Bytes
/
index.html
File metadata and controls
45 lines (37 loc) · 966 Bytes
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>个人的一些总结</title>
<link rel="shortcut icon" href="/images/title_icon.png">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav>
<div class="menu-btn">
<div class="line line--1"></div>
<div class="line line--2"></div>
<div class="line line--3"></div>
</div>
<div class="nav-links">
<a href="" class="link">常见问题</a>
<a href="" class="link">实用工具</a>
<a href="" class="link">图片处理</a>
<a href="fresco" class="link">About</a>
</div>
</nav>
<div class="inform">
<p>
<b><a href="fresco">Fresco使用</a></b>
</p>
<p>
<b><a href="glideTransform">Glide4.x变换</a></b>
</p>
<p>
<b><a href="https://juejin.im/entry/5dae45f8f265da5ba46f6106">正确地获取View的坐标位置</a></b>
</p>
</div>
<script src="js/index.js"></script>
</body>
</html>