|
|
@@ -6,6 +6,8 @@
|
|
|
<meta name="viewport" content="width=device-width",initial-scale=1.0,user-scalable="yes"/>
|
|
|
<!-- <link rel="stylesheet" href="../../src/css/bootstrap.css""/>
|
|
|
<link rel="stylesheet" href="../../src/css/sichuan/detail.css""/> -->
|
|
|
+ <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
|
|
|
+ <link th:href="${portalHost + '/index.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="container cont">
|
|
|
@@ -101,4 +103,6 @@
|
|
|
</body>
|
|
|
<!-- <script type="text/javascript" src="../../src/js/jquery-2.1.0.js"></script>
|
|
|
<script type="text/javascript" src="../../src/js/bootstrap.min.js"></script> -->
|
|
|
+ <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
+ <script type="text/javascript" th:src="${portalHost + '/index.js'}"></script>
|
|
|
</html>
|