43 lines
1.2 KiB
PHTML
Executable File
43 lines
1.2 KiB
PHTML
Executable File
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
{include file="include/head-product" /}
|
||
<script type="text/javascript">
|
||
var navID = "1";
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<!--top-->
|
||
<header class="header-PC header-Product">
|
||
<div id="header" class="theme-black">
|
||
{include file="include/top" /}
|
||
{include file="include/top-header" /}
|
||
</div>
|
||
</header>
|
||
|
||
<!--top End-->
|
||
|
||
<!-- 新闻详情页 s -->
|
||
<div class="zhuce1">
|
||
<div class="w1200">
|
||
<ul class="w1000 zclist zclist1">
|
||
<li>
|
||
<p class="ts3"><?php echo $msg; ?>!</p>
|
||
<p class="ts4">如果您不能正常登录,请联系在线客服QQ:XXXX 工作时间:09:00--18:00</p>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<!-- 新闻详情页 e -->
|
||
<script type="text/javascript">
|
||
$(function() {
|
||
|
||
});
|
||
</script>
|
||
<!-- bottom s -->
|
||
{include file="include/bottom2023" /}
|
||
<!-- bottom e -->
|
||
</body>
|
||
</html>
|