Mineplex2018-withcommit/Website/LOC.Website.Web/Views/Manage/Index.cshtml
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -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>