course.html
1.24 KB
<!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>
<!--顶部-->
<link rel="import" href="/modules/html/nav/nav.html?__inline">
<!--首屏-->
<link rel="import" href="/modules/html/course/banner/banner.html?__inline">
<!--关于我们-->
<link rel="import" href="/modules/html/course/bread/bread.html?__inline">
<!--课程介绍-->
<link rel="import" href="/modules/html/course/content/content.html?__inline">
<!--页脚-->
<link rel="import" href="/modules/html/footer/footer.html?__inline">
<!--SCRIPT_PLACEHOLDER-->
</body>
</html>