VistarStarDataIntegration/admin.net.pro/Admin.NET/Admin.NET.Web.Entry/Views/Home/Index.cshtml

9 lines
280 B
Plaintext
Raw Permalink Normal View History

2024-09-09 09:23:58 +08:00
@{
ViewData["Title"] = ViewBag.Description;
}
<div style="text-align:center;margin-top:50px;">
<img src="~/images/logo.png" style="height:100px;" />
<div style="font-size:40px;font-weight:800"> Manage数据集成平台 </div>
2024-09-09 09:23:58 +08:00
<p>@ViewBag.Description</p>
</div>