-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>喵帕斯导航</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="sun.ico">
<script src="//at.alicdn.com/t/font_470228_fjd3p9m9wykz9f6r.js"></script>
<link href="css/main.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<div id="container" class="container">
<header>
<div class="search">
<input type="text" name="keyword" placeholder="在饥人谷学习前端">
<svg id="search" class="icon" aria-hidden="true">
<use xlink:href="#icon-sousuo"></use>
</svg>
</div>
<div class="action">
<button class="bing" value="g">谷歌</button>
<button class="google" value="b">必应</button>
</div>
</header>
<main>
<div class="wrapper" id="wrapper">
</div>
</main>
<footer>
<span>Copyright © 2018 WJM 版权所有</span>
</footer>
</div>
</body>
<script src="js/app.js"></script>
</html>