FalconSSO/FAuth/Views/Home/Index.cshtml

8 lines
130 B
Plaintext
Raw Normal View History

2020-03-30 10:12:52 +08:00
@{
ViewBag.Title = "统一登录平台";
2020-03-30 10:12:52 +08:00
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
</div>