mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
54 lines
2.1 KiB
HTML
54 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>视频监控|java110</title>
|
|
<vc:create path="frame/commonTop" location="head"></vc:create>
|
|
<!-- import CSS -->
|
|
|
|
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
|
|
<link href="/font-awesome/css/font-awesome.css" rel="stylesheet" />
|
|
<link href="/css/animate.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="/css/bootstrap/bootstrap-datetimepicker.min.css" />
|
|
<link rel="stylesheet" href="/css/bootstrap/bootstrap-select.min.css" />
|
|
<link rel="stylesheet" href="/css/toastr.css" />
|
|
|
|
<link href="/css/plugins/jsTree/style.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="/css/vc-ui.css" />
|
|
|
|
<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
|
|
<script src="/js/vue/vue.min.js"></script>
|
|
<script src="/js/vue/vue-resource.min.js"></script>
|
|
<script src="/js/popper.min.js"></script>
|
|
<script src="/js/bootstrap/bootstrap.min.js"></script>
|
|
<script src="/js/bootstrap/bootstrap-datetimepicker.js"></script>
|
|
<script src="/js/toastr.min.js"></script>
|
|
<script src="/js/webrtc/adapter-7.4.0.min.js"></script>
|
|
<script src="/js/webrtc/srs.sdk.js"></script>
|
|
</head>
|
|
|
|
<body class="vc-body">
|
|
<vc:create path="frame/bodyTop"></vc:create>
|
|
<div class="vc">
|
|
<vc:create path="frame/menu"></vc:create>
|
|
<div id="vc-page" class="gray-bg dashbard-1 vc-page-height">
|
|
<div class="border-bottom">
|
|
<vc:create path="frame/nav"></vc:create>
|
|
</div>
|
|
<!-- -->
|
|
<div id="component" class="vc-wrapper vc-content animated fadeInRight margin-top"
|
|
vc-path="/common/chooseEnterCommunity">
|
|
<vc:create path="/pages/common/enterCommunity"></vc:create>
|
|
</div>
|
|
<vc:create path="frame/copyright"></vc:create>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="/vcCore/vc-zh.js"></script>
|
|
<script src="/js/jessibuca/renderer.js"></script>
|
|
<script src="/vcCore/vcFramework.js"></script>
|
|
<vc:create path="frame/commonBottom" location="body"></vc:create>
|
|
|
|
|
|
</html> |