index.html
1.34 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1.0" name="viewport"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="address=no" name="format-detection"/>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="modules/lib/css/bootstrap.min.css" />
<link rel="stylesheet" href="modules/lib/css/bootstrap-theme.min.css" />
<link rel="stylesheet" href="modules/css/base.less" />
<link rel="stylesheet" href="modules/css/page.less" />
<script type="text/javascript" src="lib/mod.js"></script>
<title>首页 - Renew</title>
<!--STYLE_PLACEHOLDER-->
</head>
<body class="bd-home-wp">
<!--顶部-->
<link rel="import" href="/modules/html/nav/nav.html?__inline">
<!--首屏-->
<link rel="import" href="/modules/html/home/home/home.html?__inline">
<!--关于我们-->
<link rel="import" href="/modules/html/home/about/about.html?__inline">
<!--课程介绍-->
<link rel="import" href="/modules/html/home/course/course.html?__inline">
<!--联系我们-->
<link rel="import" href="/modules/html/home/contact/contact.html?__inline">
<!--页脚-->
<link rel="import" href="/modules/html/footer/footer.html?__inline">
<!--SCRIPT_PLACEHOLDER-->
</body>
</html>