zhangwei
7 天以前 1a1a7b401b0f75d2588256fdc3dfd3a98d0fb66c
1
2
3
4
5
6
7
@{
    ViewData["Title"] = ViewBag.Description;
}
 
<div style="text-align:center;margin-top:50px;">
    <img src="~/images/logo.png" style="height:100px;" />
</div>