FalconSSO/FAuth/Views/Home/Index.cshtml
2020-05-09 11:44:07 +08:00

8 lines
118 B
Plaintext

@{
ViewBag.Title = "首页";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
</div>