19 lines
554 B
Cheetah
19 lines
554 B
Cheetah
<!-- <!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="stylesheet" href="/statics/css/bootstrap.min.css" />
|
|
<title>HLS流媒体</title>
|
|
{{block "css" .}}{{end}}
|
|
</head>
|
|
<body>
|
|
<div class="wrapper"> -->
|
|
{{define "footer" }}
|
|
</div>
|
|
<script src="/statics/js/jquery.slim.min.js"></script>
|
|
<script src="/statics/js/bootstrap.bundle.min.js"></script>
|
|
{{block "js" .}}{{end}}
|
|
</body>
|
|
</html>
|
|
{{end}} |