-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreceive-lessons.html
34 lines (31 loc) · 1.27 KB
/
receive-lessons.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>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="./css/form.css" rel="stylesheet" type="text/css" />
<script src="./js/jquery.min.js"></script>
</head>
<body class="rece-bg">
<div class="">
<form action="" class="formDiv">
<h3 class="c-2 font-28">现在留言,即可免费<span class="c-blue-purple">免费</span>获取课程体验包</h3>
<div class="">
<input type="text" class="form-control" placeholder="姓名"/>
</div>
<div class="">
<input type="text" class="form-control" placeholder="请输入电话号码"/>
</div>
<div>
<input class="form-control linear-button letter-spacing-btn" type="button" value="领取免费课程体验包" />
</div>
</form>
</div>
<script src="./services/common-config.js"></script>
<script src="./js/trial-course-services.js"></script>
</body>
</html>