-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (32 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>合肥电动自行车登记管理系统</title>
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div id="app">
<div data-v-556c260e="" class="page">
<div data-v-556c260e="" class="bg"></div>
<div data-v-556c260e="" class="logo-cont">
<div data-v-556c260e="" class="logo"><img data-v-556c260e="" src="./images/img.png" alt=""></div>
<div data-v-556c260e="" class="title1">合肥市电动自行车</div>
<div data-v-556c260e="" class="title2">登记管理系统</div>
</div>
<div data-v-556c260e="" class="btn-cont"><button data-v-214df60c="" data-v-556c260e=""
class="weui-btn weui-btn_default" size="large"> 电动自行车登记</button> <button data-v-214df60c=""
data-v-556c260e="" class="weui-btn weui-btn_default" size="large"> 业务办理进度查询</button> <button
data-v-214df60c="" data-v-556c260e="" class="weui-btn weui-btn_default" size="large" id="btn">
电子行驶证查询</button></div>
</div>
</div>
<script>
document.getElementById("btn").onclick = function () {
window.location.href = "index2.html"
}
</script>
</body>
</html>