-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (30 loc) · 1009 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (30 loc) · 1009 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.test{
font-size: 20px;
color: #afa;
}
.name{
width: 100px;
height: 100px;
font-size: 30px;
line-height: 100px;
text-align: center;
color: #09d;
}
</style>
</head>
<body>
<h1 class='test'>hello world</h1>
<div class='name'>李白</div>
<a href="https://juejin.im/post/59c485075188257e6e2634e0" target="_blank">前端面试问题</a><br>
<a href="https://zhuanlan.zhihu.com/p/28428367" target="_blank">前端面试基础问题(js)</a><br>
<a href="https://juejin.im/post/5a98a8be518825556140ad4c" target="_blank">前端打怪升级</a><br>
<a href="https://juejin.im/post/5a9fa2d3f265da23884c9aa1" target="_blank">有意思的前端函数面试题</a><br>
</body>
</html>