-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
34 lines (34 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="yes" name="apple-touch-fullscreen">
<meta content="telephone=no,email=no" name="format-detection">
<script src="src/set-dpr.js"></script>
<title>幸福的饺子</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/media.css">
</head>
<body>
<div class="container page-head clearfix">
<div class="topbar pull-left clearfix">
<div class="logo pull-left"></div>
<div class="top-nav pull-right">
<a href="javascript:;">首页</a>
<a href="javascript:;">关于我</a>
<a href="javascript:;">联系我</a>
</div>
</div>
<div class="top-search pull-left">
<div class="search">
<input type="text" placeholder="Search">
<button>搜索</button>
</div>
</div>
</div>
</body>
</html>