<!DOCTYPE html>
|
<html>
|
<head>
|
<title th:text="${application.wgName}+'大屏展示'">WGClOUD监控系统</title>
|
<base href="./" th:href="'/'"/>
|
<meta charset="utf-8">
|
<link rel="shortcut icon" type="image/x-icon" th:href="${application.icoUrl}"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<!-- Tell the browser to be responsive to screen width -->
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<!-- Font Awesome -->
|
|
</head>
|
<body>
|
此功能需要先升级到专业版,才可以使用,点击联系我们升级,<a href="http://www.wgstart.com">www.wgstart.com</a>
|
</body>
|
</html>
|