Files
ningbo/动易的标签库/模板库_dhjd/会员中心模板/默认会员中心登录页模板.html
T
2026-08-31 16:22:00 +08:00

22 lines
1013 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content='{PE.Label id="取得META信息" siteConfig="true" metaType="keywords" /}' name="Keywords" />
<meta content='{PE.Label id="取得META信息" siteConfig="true" metaType="description" /}' name="Description" />
<link href="{PE.SiteConfig.SkinPath/}user/login.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}js/jquery.pack.js"></script>
<title>{PE.Control.PageTitle/}-会员中心</title>
</head>
<body id="userlogin_body">
<!--网站顶部开始-->
{PE.Label id="会员注册登录顶部" /}
<!--网站顶部结束-->
<div class="wrapper">
<div class="user_login_contant">
{PE.Control.Login/}
</div>
</div>
</body>
</html>