You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

59 lines
2.6 KiB

<html xmlns:th="http://www.thymeleaf.org">
<head th:fragment=header>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>宇信安全</title>
<link rel="shortcut icon" th:href="@{/static/business/favicon.ico}"/>
<link rel="stylesheet" type="text/css" th:href="@{/static/business/css/common.css}"/>
<link rel="stylesheet" type="text/css" th:href="@{'/static' + ${prefix} + '/index.css'}"/>
<link rel="stylesheet" th:href="@{/static/business/css/bootstrap/3.3.7/bootstrap.min.css}">
<script th:src="@{/static/business/js/jquery/2.1.1/jquery.min.js}"></script>
<script th:src="@{/static/business/js/bootstrap/3.3.7/bootstrap.min.js}"></script>
<script th:src="@{/static/business/js/flexible.js}"></script>
<script th:inline="javascript"> var ctx = [[@{/}]]; </script>
<script>
var system ={};
var p = navigator.platform;
system.win = p.indexOf("Win") == 0;
system.mac = p.indexOf("Mac") == 0;
system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);
if(system.win||system.mac||system.xll){
}
else{
window.location.href = ctx + "business/app";
}
</script>
</head>
<div th:fragment=mainTitle class="block_9991 flex-row">
<a th:href="@{/business}" style="text-decoration: none; color: black">
<img
class="image_1"
referrerpolicy="no-referrer"
th:src="@{/static/business/img/FigmaDDSSlicePNGc728907396419fe135976820c812cd54.png}"
/>
</a>
<span class="text_1"><a th:href="@{/business/anquanweifuwu}" style="text-decoration: none; color: black">安全微服务</a></span>
<span class="text_2"><a th:href="@{/business/dulizhananquan}" style="text-decoration: none; color: black">独立站安全</a></span>
<span class="text_3"><a th:href="@{/business/xinwenzhongxin}" style="text-decoration: none; color: black">新闻中心</a></span>
<span class="text_4"><a th:href="@{/business/guanyuwomen}" style="text-decoration: none; color: black">关于我们</a></span>
<span class="text_5"></span>
<span class="text_6"></span>
<span class="text_6"></span>
<!-- <img-->
<!-- class="label_1"-->
<!-- referrerpolicy="no-referrer"-->
<!-- th:src="@{/static/business/img/FigmaDDSSlicePNGce2a170ee4dfa655fca7a1639b442442.png}"-->
<!-- />-->
<!-- <span class="text_8">400-0311-867</span>-->
<!-- <div class="text-wrapper_1 flex-col">-->
<!-- <span class="text_9">联系我们</span>-->
<!-- </div>-->
</div>
</html>