Mineplex2018-withcommit/Website/LOC.Website.Web/Views/Manage/Index.cshtml

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>