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;" />
|
2024-11-05 09:39:35 +08:00
|
|
|
<div style="font-size:40px;font-weight:800"> Manage数据集成平台 </div>
|
2024-09-09 09:23:58 +08:00
|
|
|
<p>@ViewBag.Description</p>
|
|
|
|
</div>
|