filesbox/web/dist/design/index.html
2024-07-26 14:10:54 +08:00

72 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- /*meta.start*/ -->
<!-- /*append.meta*/ -->
<!-- /*meta.end*/ -->
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
<meta name="render" content="webkit">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="keywords"
content="空中课堂,直播,点播,作业,家校互通,微校通,学习平台,小程序,微课工具,网络课堂,搭建网校,创建网校,网校系统,网校搭建,题库系统,培训系统,慕课系统,MOOC系统,网校平台,在线教育,题库解决方案,远程教学软件,教学建站系统,网校开发,在线教育平台搭建" />
<meta name="description"
content="空中课堂,直播,点播,作业,家校互通,微校通,学习平台,小程序,微课工具,网络课堂,搭建网校,创建网校,网校系统,网校搭建,题库系统,培训系统,慕课系统,MOOC系统,网校平台,在线教育,题库解决方案,远程教学软件,教学建站系统,网校开发,在线教育平台搭建" />
<!--#include file="/uploads/design/template/header.html"-->
<title>首页</title>
<!-- /*setting.start*/ -->
<!-- /*cssText*/ -->
<!-- /*setting.end*/ -->
<style>
.middle {
/*cssMiddle*/
}
#bgVideoBox {
width: 100vw;
height: 100vh;
pointer-events: none;
position: fixed;
top: 0;
left: 0;
}
#bgVideoBox video {
width: 1px;
opacity: 0;
}
</style>
<script>
// 特殊的全部变量设置
</script>
</head>
<body>
<div id="bgVideoBox"></div>
<div class="content" style="position: relative; z-index: 1;">
<div class="head">
<!-- /*module.top.start*/ -->
<!-- /*module.top.content*/ -->
<!-- /*module.top.end*/ -->
</div>
<div class="middle">
<!-- /*module.body.start*/ -->
<!-- /*module.body.content*/ -->
<!-- /*module.body.end*/ -->
</div>
<div class="foot">
<!-- /*module.foot.start*/ -->
<!-- /*module.foot.content*/ -->
<!-- /*module.foot.end*/ -->
</div>
</div>
<div id="recordNumber" style="height:40px;line-height:40px;text-align: center;"></div>
</body>
<!--#include file="/uploads/design/template/footer.html"-->
</html>