45 lines
1.3 KiB
PHTML
Executable File
45 lines
1.3 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">注册成功!请检查邮箱激活邮件...,如果没有收到邮件请注意查看拦截的邮件</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>
|