-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.3 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
41
42
<!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>Document</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<span>x</span>
<h1>设备预测预约系统</h1>
<b>●●●</b>
</header>
<section>
<div class="content">
<div class="top">
<img src="img/logo_01.png" alt="">
<p>设备测试预约系统</p>
</div>
<div class="center">
<ul>
<li>
<img src="img/icon_01.png" alt="">
<input type="text" placeholder="请输入手机号">
</li>
<li>
<img src="img/icon_03.png" alt="">
<input type="text" placeholder="请输入密码">
</li>
<li>
<button>登录账号,开始预约</button>
</li>
</ul>
</div>
</div>
</section>
</body>
</html>