网站首页 网站源码
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<title>@ViewBag.Title - 认证中心</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="@Url.Content("~/css/global.css")" asp-append-version="true"/>
</head>
<body>
<div class="container big-container wide-container">
@RenderBody()
</div>
@await RenderSectionAsync("Scripts", required: false)
</body>
</html>