-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>豆瓣电影</title>
<link rel="stylesheet" href="src/css/font.css">
<link rel="stylesheet" href="src/css/movie.css">
</head>
<body>
<main>
<section>
<div class="layout"></div>
</section>
<section>
<div class="layout"></div>
</section>
<section>
<div class="input">
<input type="text">
<a href="#" class="iconfont icon-search active"></a>
</div>
<div class="layout"></div>
</section>
<div class="loading">
<span class="iconfont icon-loading"></span>
</div>
</main>
<footer>
<span class="iconfont icon-top250 active">TOP250</span>
<span class="iconfont icon-hot">热映</span>
<span class="iconfont icon-search">搜索</span>
</footer>
<script data-main="src/js/main.js" src="https://cdn.bootcss.com/require.js/2.3.5/require.min.js"></script>
</html>