1
0
Files
mineplex-crepe/Website/LOC.Website.Web/Views/Manage/Index.cshtml
2021-08-19 16:35:32 +07:00

8 lines
162 B
Plaintext

@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
<h2>Manage Home</h2>
<p>@Html.ActionLink("Accounts", "Accounts")</p>
<p>@Html.ActionLink("Log", "Log")</p>